Formula returning 0
Hi
Can anyone help me with this formula?
Should be really simple, but i am having an off day it seems!
The formula is looking for any elitebook g3 devices that are in northampton, but gives me the result of 0 instead of the correct number?
Any ideas?
Tags:
Answers
-
I think that you are leveraging the number in Northampton instead of the location itself
I think that this should work:
=COUNTIFS({Atock PC,laptops, Docks Range 4},[Device Name]@row,{Atock PC,laptops, Docks Range 4},[Device Name]51)
You could also do:
=COUNTIFS({Atock PC,laptops, Docks Range 4},[Device Name]@row,{Atock PC,laptops, Docks Range 4},"Northampton")
-
I realised this after i posted, thankyou for the response!
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!