Hi VBA experts:
I am using excel 2003 and got into bit complex situation and was trying to solve it into pieces but could not complete the picture. Web help is not a single solution then I stopped and here I am. Here are requirements:
Either use Excel or VBA
1. in column N, look for first set/block/range of values e.g. N119:N123
2. find minimum value from range N119:N123
3. minimum value from above point 2, match with range D119:D123 and get row number
4. concatenate column "A" with row number from point 3 and get date from column A
5. find next range/set/block of values in column n and repeat above process
6. repeat above process until end of data in column N
7. Dates from point 4, put in column O any where without leaving blanks
NOTE: ranges/block/set of values in column N, are dynamic and may vary and location could also change
Excel file has too much data, will not upload but will try to give enough data to solve the problem.
Any help and consideration is highly appreciated.
Thanks,
Ria
I am using excel 2003 and got into bit complex situation and was trying to solve it into pieces but could not complete the picture. Web help is not a single solution then I stopped and here I am. Here are requirements:
Either use Excel or VBA
1. in column N, look for first set/block/range of values e.g. N119:N123
2. find minimum value from range N119:N123
3. minimum value from above point 2, match with range D119:D123 and get row number
4. concatenate column "A" with row number from point 3 and get date from column A
5. find next range/set/block of values in column n and repeat above process
6. repeat above process until end of data in column N
7. Dates from point 4, put in column O any where without leaving blanks
NOTE: ranges/block/set of values in column N, are dynamic and may vary and location could also change
Excel file has too much data, will not upload but will try to give enough data to solve the problem.
Any help and consideration is highly appreciated.
Thanks,
Ria