Need help with formula.
Hi,
I am not familiar with how to use formula in Smartsheet as much as in excel. What i need below is to get the count for Submeter AMR or Submeter Manual for Billing Specialist with the name of Arlene.
If i use excel, this is the formula i use to get the result i need :-
=COUNTIF(F:F,"Arlene")&"-"&COUNTIF(W:W,"submeter AMR")&"-"&COUNTIF(Y:Y,"Submeter Manual")
I did try this :-
=COUNTIF([Billing Specialist]:[Billing Specialist], "Arlene")& "-"& COUNTIF([Billing Method(s)]:[Billing Method(s)], "Submeter AMR")& "-"& COUNTIF([Billing Method(s)]:[Billing Method(s)], "Submeter Manual")))
Result I got is #UNPARSEABLE.
Could you please help?
Best Answer
-
Hey @Trudy
Try this
=COUNTIFS([Billing Specialist]:[Billing Specialist], "Arlene", [Billing Method(s)]:[Billing Method(s)], OR(@cell="Submeter AMR", @cell="Submeter Manual"))
In case you're interested, here's some references that may help your formulas in the future
cheers,
Kelly
Answers
-
Hey @Trudy
Try this
=COUNTIFS([Billing Specialist]:[Billing Specialist], "Arlene", [Billing Method(s)]:[Billing Method(s)], OR(@cell="Submeter AMR", @cell="Submeter Manual"))
In case you're interested, here's some references that may help your formulas in the future
cheers,
Kelly
-
Thank you Kelly, i was looking at Learning Center yesterday and did try to follow, i will get better :)😅
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!