Forum Discussion
Sam_S007
Oct 16, 2020Copper Contributor
Excel IF Formula
The IF Formula in the attached spreadsheet doesn't recognize "#N/A"
BradD
Oct 16, 2020Copper Contributor
#N/A is an error. Use a formula like ISERROR or IFERROR to evaluate it, you can’t just evaluate it is = “N/A”.
Sam_S007
Oct 19, 2020Copper Contributor
I tried using the IFERROR formula but there is still a problem. Column B returns a number. Sometimes that number is an error. Whenever it returns an error I want to use the previous number it returned (same column, previous row). So I wrote the following formula in the adjacent column: =IFERROR(B8,B7). But it doesn't seem to work.
I attached the file below.