Hi. I have a series of numbers in column B and then I have a further population of numbers in column C. Sometimes the numbers in column C will be present also in column B. Below is my formula which will give the answer "Required" for each number in column B that is new. Any duplicates will insert the actual number. (I've not worked out how to show a blank rather than the number)
=IF(ISNA(INDEX($B$1:B2,MATCH($B3,$B$1:B2,0),1)),"Required",INDEX($B$1:B2,MATCH($B3,$B$1:B2,0),1))
I am trying to write a similar formula for the numbers in column C but only to show "required" if the number is not present in column B or C further up the listing.
I hope this makes some sort of sense.
Any help out there would be appreciated
best regards
Marlhead
=IF(ISNA(INDEX($B$1:B2,MATCH($B3,$B$1:B2,0),1)),"Required",INDEX($B$1:B2,MATCH($B3,$B$1:B2,0),1))
I am trying to write a similar formula for the numbers in column C but only to show "required" if the number is not present in column B or C further up the listing.
I hope this makes some sort of sense.
Any help out there would be appreciated
best regards
Marlhead