Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a sheet column A true L
A B C D E F G H Date Id number reciver Ref Supplier from/to ID Type Net weight I J K L Volume Size Weight Amount/cost In column E is the supplier listed, there are about 283 suppliers listed in collum E IN column K is the weight of the shipment listed as weight I have 12 different weightgroups to sort the suppliers shipments in : From 0 to 100 kg, 101 to 300 kg, 301 to 500, 501 to 1000, 1001 to 1500, 1501 to 2000, 2001 to 2500, 2501 to 5000, 5001 to 10000, 10001 to 15000, 15001 to 20000, 20001 to 99999, and last 100000 to unlimited If the supplier in is found in the E coulmn and the weight is between 0 and 100 it need to return the number of weights that are between 0 and 100. and so on for the different 12 weight groups, pr supplier (283 different) Have made this sheet, where the result from the transporters report will get sorted A B C D E F G H I J K L Suppliers name 100 300 500 1000 1500 2000 2500 5000 10000 15000 20000 M N 99999 NUMBER OF SHIPMENTS I tried with a nested Number.if sentence, but it became sooo long and I did not find where I made my mistake, and my knowledge is limited. I had help from someone here with a vlookup function and that worked like a charm, So you smart guys out there can you help me?? If you understand what i hope to manage. The report from the transportcompanies is big, the biggest is 20164 rows of transports from almost all suppliers I have just 10 different transporters that transports from 283 suppliers -- Just a regular user |