I have a spreadsheet that uses vlookup to get values for the cells from a master spreadsheet or return "NM" if there is no value for the search criteria. If I go back in an d open the spreadsheet, and when prompted, I say "Don't Update" it goes ahead and clears all the values and replaces them with "NM". Is that a function of using the following formula?
"=IFERROR(VLOOKUP($A23,OFFSET('[Effluent Tables.xlsx]effluent'!$D$1,MATCH(E$1,'[Effluent Tables.xlsx]effluent'!$D$2:$D$5758,0),1,COUNTIF('[Effluent Tables.xlsx]effluent'!$D$2:$D$5758,E$1),17),17,0),"NM")"
Thanks,
John
Bookmarks