I have values in one tab, call it RAW DATA. The values are culled from the main data dump using a date criteria. I need those values transferred to the main tab, in descending order, ignoring the null values.
Attached:
Main Tab - Where I need the data to go into
Raw Data: Column A through H is raw data i drop in
I need a formula that will take the first viable data point in RAW DATA tab, column AH, and drop it into MAIN TAB cell B2. Then the next viable data point in B3, etc. And so on for the next 4 days.
The QTY is just a VLOOKUP, but I am really having trouble figuring out the transfer of the LOAD # data.
Suggestions? I tried a ton of different formulas, including:
=IFERROR(INDEX(OUTBOUND!$AH$2:$AH$100,SMALL(IF(OUTBOUND!$AH$2:$AH$100<>"",ROW(OUTBOUND!$AH$2:$AH$100)-ROW(OUTBOUND!$AH$2)+1),ROWS(C$5:C5)),COLUMNS($C5:C5)),"")
This got me close, almost there.
Last bit: I cannot use VBA or Macros, the computers running this are vastly different, and not all have the ability to run Macros or VBA, so i have to do it the long way.
Bookmarks