Adding to conditions to a formula
I am trying to utilize the COUNTIFS function to combine two rows to eliminate blank fields. I have come up with the below formula.
=COUNTIFS({CBA - Master Range 1}, =Title@row, IF({CBA - Master Range 4}, NOT(BLANK)))
PLEASE HELP!
Best Answer
-
Try this:
=COUNTIFS({CBA - Master Range 1}, @cell = Title@row, {CBA - Master Range 4}, @cell <> "")
Answers
-
Try this:
=COUNTIFS({CBA - Master Range 1}, @cell = Title@row, {CBA - Master Range 4}, @cell <> "")
-
Thanks you... This worked!
What if I needed to remove duplicates within the row?
-
You would need a COUNT/DISTINCT/COLLECT combo.
=COUNT(DISCTINCT(COLLECT({CBA - Master Range 1}, {CBA - Master Range 1}, @cell = Title@row, {CBA - Master Range 4}, @cell <> "")))
-
Not having any luck with that one.
-
Are you able to provide screenshots for reference and expand on where exactly the duplicates are that you want to exclude? Knowing exactly what your ranges cover would also be helpful.
-
If there is an opportunity to meet and discuss over a virtual platform, would be great. You could email me at antonio_gonzalez-martinez@uhc.com and I can send out an invite.
Thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.2K Get Help
- 360 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!