Cross Sheet Reference If Cell is Not Blank
mhint829
✭✭✭
Hello - I'm trying to produce a Y/N output based on whether a cell from another sheet is not blank. If the cell in the other sheet is not blank, I want to produce a "Y", if it is, I want to produce a "N".
This is the formula I put, but I'm getting an #INCORRECTARGUMENT. What am I missing here?
=IF({CPR Expiration}, <>"", "Y", "N")
Comments
-
Hey @mhint829
Try this (Note I intentionally changed the criteria to look for blanks with the COUNTIFS then equally zero. This is another way of saying there are no blank rows)
=IF(COUNTIFS({CPR Expiration}, ="")=0,"Y","N")
Does this work for you?
Kelly -
Yes!!! Thank you so much, Kelly!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.7K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 468 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!