In cells YR3 to ABS3 there may be numbers (they might all be empty but if there is data it'll be a number). Let's call this range "H". The same applies for ABT3 to AEU3 but we'll call this range "A". That is 80 cells for each of those ranges.
In cell ES4 I need a formula that looks for the first bit of data across both these ranges and when found pastes the number it finds and whether it was found in range "H" or range "A".
So if there is '3' in cell YZ3 but there is a '5' in ABU3 then cell ES4 should return 'A5'. This is because the first instance of data was found in the 'A' range and the actual number found was '5'.
Bookmarks