Can I use the sum and if functions together

D

Doris Morris

I have a report where I need to sum the number of hotels we have if the owner
type is "F" and the project type is "New Build". Can I use the sum and if
functions at the same time? I tried the following but it did not work.

=Sum([hotels])IIF([owner type] = "F" and [project type] = "New Build"))
 

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

Top