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!
Antonio González-Martínez (He/Him/Él)
Configuration Support
E&I United Strategic Platform Ops & Enablement UnitedHealthcare
O: 952.251.4387
E: antonio_gonzalez-martinez@uhc.com
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?
Antonio González-Martínez (He/Him/Él)
Configuration Support
E&I United Strategic Platform Ops & Enablement UnitedHealthcareO: 952.251.4387
E: antonio_gonzalez-martinez@uhc.com -
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.
Antonio González-Martínez (He/Him/Él)
Configuration Support
E&I United Strategic Platform Ops & Enablement UnitedHealthcareO: 952.251.4387
E: antonio_gonzalez-martinez@uhc.com -
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!
Antonio González-Martínez (He/Him/Él)
Configuration Support
E&I United Strategic Platform Ops & Enablement UnitedHealthcareO: 952.251.4387
E: antonio_gonzalez-martinez@uhc.com
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!