Hi there,
This title might be misleading, but couldn't find a better way to summarize. Apologies!
I'm trying to use an INDEX / MATCH formula to pull in data from a secondary sheet when the search value in my main sheet matches a cell in the secondary one, but if no match is found, leave the existing cell text as is. I already have the INDEX / MATCH piece working for another set of ranges populating equipment serial numbers from an input sheet into our main data collection sheet, and that looks like this:
=INDEX({Serial #, MATCH([Fleet No.]@row, {Fleet No.}, 0))
I'd like to use this formula a second time in a column that already has input cell values, and I only want those values to be updated per the INDEX / MATCH search IF a match is found in the secondary sheet. Is this possible? And if so, is it as simple as adding an IF()?
Thanks!
Emma