Equivalent formula for IFERROR

ahmahfood

New member
Local time
Yesterday, 22:26
Joined
Dec 8, 2015
Messages
2
I'm working on streamlining a report that pulls data via Access, then uses formulas in Excel including IFERROR. I'm currently using a macro to run about a dozen queries in sequence, but would like to add a query that automatically runs my IFERROR formula rather than making a new one in Excel every time.

Is there an equivalent formula to use in Access? My Excel formula currently looks like:

=IF(H2="BX",W2,IF(IFERROR(W2/I2,0)<0,0,IFERROR(W2/I2,0)))

Thanks in advance if anyone is able to help with this!
 

Users who are viewing this thread

Back
Top Bottom