I have a function that is using IFERROR and has vlookups on both sides of the argument.
I have 3 worksheets: active, expired, & data. The data sheet is where I dump raw data and all the calculations take place. This sheet also contains values to vlookup on the active tab and then the expired tab if the active does not contain the data it was looking for. My question is, how do I create a marker (either by function or conditional formatting) that will display some sort of flag showing that the data was extracted from the expired tab and not the active tab?
'=IFERROR(VLOOKUP(C13,ACTIVE!$C$6:$D$200,2,FALSE),VLOOKUP(C13,EXPIRED!$C$6:$D$200,2,FALSE))
I have 3 worksheets: active, expired, & data. The data sheet is where I dump raw data and all the calculations take place. This sheet also contains values to vlookup on the active tab and then the expired tab if the active does not contain the data it was looking for. My question is, how do I create a marker (either by function or conditional formatting) that will display some sort of flag showing that the data was extracted from the expired tab and not the active tab?
'=IFERROR(VLOOKUP(C13,ACTIVE!$C$6:$D$200,2,FALSE),VLOOKUP(C13,EXPIRED!$C$6:$D$200,2,FALSE))