Here's what I'm trying to figure out, and hopefully you can assist.
I have a form that adds a new row each time it's completed. Not every field is required though. Using a second sheet, and the INDEX / MATCH functions, I have a sheet that shows the most recent entry for each site. But, when a field on the form (and thus the initial sheet) is blank, it shows a blank on the Master Sheet. I would like for it to show the previous result if the current result is blank. Is this possible?
I am currently using the formula: INDEX({Power_Column}, MATCH(Site@row, {Site_Column}, 0)) whereas "Power_Column" is a Reference Column and "Site" is the column that I am using as a MATCH.
Any suggestions?