Hello,
I recorded the macro below to import file CFLASH-AFS_PHANTOMH-20111003 in Sheet 1 then go Sheet 2 and copy paste values in cell B7 and then repeat the step to import file CFLASH-AFS_PHANTOMH-20111004" and then go to Sheet 2 and copy paste values in cell B8.
My problem is I have to do...
Hi,
I got it to work by making the formula:
INDEX(d2:d7,SUMPRODUCT((ROW(A2:A7))*(A2:A7=B11)*(D2:D7<>"Fixed"))-1
where B11 = TradeID
Thanks again.
Hello, I need help with this formula. From the lookup table below in Sheet2, cells A1:D7, if I have a formula in cell A1 of Sheet1 as: =vlookup("50016A",Sheet2!$A$1:$D$7,4,FALSE) the formula will return a value of "FIXED" because vlookup will always look at the first lookup value and ignore...