So I’ve got my spreadsheet functioning as I want in terms of results, but I need to tweak some formulas to account for blank cells so I don’t get #N/A errors. I’ve done this many times before with simpler formulas using =IF(ISBLANK()…. But am not sure how to apply it to some of the more complex formulas I’m using. I’ll just give you a couple, and hopefully I’ll figure out how to apply it to the other formulas with different functions etc.
=INDEX(Australia!$B$2:$B$17,MATCH(MIN(Australia!$G$2:$G$17),Australia!$G$2:$G$17,0))
=VLOOKUP($B3,Australia!$B$2:$H$17,7,FALSE)
In both formulas, there may or may not be data on the cells referenced on the Australia worksheet. How do I fit in the IF(ISBLANK() to them?
Thanks
=INDEX(Australia!$B$2:$B$17,MATCH(MIN(Australia!$G$2:$G$17),Australia!$G$2:$G$17,0))
=VLOOKUP($B3,Australia!$B$2:$H$17,7,FALSE)
In both formulas, there may or may not be data on the cells referenced on the Australia worksheet. How do I fit in the IF(ISBLANK() to them?
Thanks