Forum Discussion

KyneStaley1's avatar
KyneStaley1
Copper Contributor
Feb 22, 2023
Solved

When using IF formula how to return blank cell if error

Hi all,   Thanks for the help in advance. I have 2 issues which I'm having trouble with.   1. I'm currently trying to create an excel document which will subtract one cell from another however wh...
  • OliverScheurich's avatar
    Feb 22, 2023

    KyneStaley1 

    =IFERROR(IF(A12=6,E11-B12,""),"")

    This is the formula in sheet 1 which returns an empty cell in case of an error in my worksheet.

    =IF(ISERROR(IF('Kyne Loadfile Test 1'!A12=6,'Kyne Loadfile Test 1'!E11-'Kyne Loadfile Test 1'!B12,"")),'Kyne Loadfile Test 1'!E11,'Kyne Loadfile Test 1'!H11)

    This formula returns the value from cell E11 of sheet 1 if there is an error in the calculation E11-B12.

     

    Kyne Loadfile Test 1:

    Kyne Loadfile Test 2:

    .

     

Resources