Expression Builder

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to build a IIf function within a report, all I want it to do is if
the cell under column A is Yes, show nothing in the cell on the report and if
the cell under column A is No, then show N/A in the cell on the report. So I
typed:
=IIf([A]="Yes", " ", "N/A") and the error shows in all cells. What am I
doing wrong?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top