Forum Discussion

Gonzo45's avatar
Gonzo45
Copper Contributor
Dec 06, 2022
Solved

trying to keep the box blank unless the other boxes used are filled

Hello,    I am using this formula which works but I keep getting the "#N/A" in the box until an adjacent box is filled in to give the formula answer. Can someone please assist with having the formul...
  • OliverScheurich's avatar
    Dec 06, 2022

    Gonzo45 

    =IFERROR(INDEX($AF$2:$AK$19,MATCH($I11,$AG$2:$AG$19,0),MATCH($J$1,$AF$1:$AK$1,0)),"")

     

    You can wrap the formula into IFERROR.

Resources