CountIFS with multiple criteria references

Options

Hi,

I have 3 columns referenced ("Available SYD","QoH SYD", and "Min SYD").

I'm trying to return counts where "Available SYD" is greater than or equal to 0, and "QoH SYD" is less than or equal to "Min SYD".


If I change the last criteria to a fixed number e.g. <50, it works, but I want to use another reference "Min SYD". Is this even possible or does my formula need to change?

This works: =COUNTIFS({Available SYD}, >=0, {QoH SYD}, <=50)

This doesn't: =COUNTIFS({Available SYD}, >=0, {QoH SYD}, <={Min SYD})

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!