I posted a related problem a week ago.
This one is a little different.
I have 3 units, called Parcel 1, Parcel 2, and Parcel 3. Each Parcel has a consignment size established by the user.
For example, Parcel 1 = 50,000.
Each Parcel can have up to 5 grades, called Grade 1, Grade 2, Grade 3...
VBA is not my forte.
Thank-you macropod for pointing out the range limits.
If I have 5 ranges, say 0-9,999, 10,000-19,999, 20,000-29,999, 30,000-39,999, 40,000-50,000, with constants for each range, 3,500, 4,500, 6,000, 7,000, 8,000, is it possible to group these in the macro?
For example, the...
In my line of work I need users to enter a consignment size, i.e. 25,800. From here, a mini program would...
1. Determine whether the size is between 0-10,000, 10,000-20,000, 20,000-30,000, 30,000-40,000, and 40,000-50,000.
2. Once the correct range is determined, it breaks down that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.