How do I prevent a formula from checking an empty row.
I have a formula that checks a box if a name appears on another sheet. However, when there is an empty row the column remains checked. How do I prevent this?
In "Previous Student (within last year)" there are check marks when there is no name in the name column.
Here is the formula I am using: =IF(COUNTIF({Fall 21 Names}, [Legal Name (Last, First)]@row) + COUNTIF({SP 22 Student Names}. [Legal Names (Last, First)]@row) 0, 1)
Answers
-
Hi Alex,
you could just add an =if(isblank(Namecolumn@row), "", IF(COUNTIF({Fall 21 Names}, [Legal Name (Last, First)]@row) + COUNTIF({SP 22 Student Names}. [Legal Names (Last, First)]@row) 0, 1)
Hope this helps.
best
Brad
MVP OPS
best,
Brad
www.MVPOPS.com
-
That did solve part of the problem but now the rest of my formula doesn't work.
-
Hi @Alex,
Can you post your formula here. It looks like there are some commas missing.
the formula should look something like this:
=if(isblank(Namecolumn@row), "", IF(COUNTIF({Fall 21 Names}, [Legal Name (Last, First)]@row) + COUNTIF({SP 22 Student Names}, [Legal Names (Last, First)]@row), 0, 1))
best,
Brad
MVP OPS
best,
Brad
www.MVPOPS.com
-
Yes! That worked! Thank you so much for your help!
-
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!