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!
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!