#INVALID COLUMN VALUE - How to hide this error
Looking for a way to modify this formula so that it does not allow a cell to present #INVALID COLUMN VALUE when the IF statement cell reference is not >=1
current formula:
=IFERROR(IF([Matching Birthdate]@row >= 1, [Facility Name]@row + " |Patient Name| " + [Pat Name]@row + " |DOB| " + [Pat Birth Date]@row + " |Admit Date| " + [Admit Date]@row + " |Discharge Date| " + [Disch Date]@row + " |Discharge Status| " + [Discharge Status]@row, false), "")
Best Answer
-
worked like a charm! thanks. You guys are Brilliant!
Answers
-
Hey @DanBonn
Try this
=IFERROR(IF([Matching Birthdate]@row >= 1, [Facility Name]@row + " |Patient Name| " + [Pat Name]@row + " |DOB| " + [Pat Birth Date]@row + " |Admit Date| " + [Admit Date]@row + " |Discharge Date| " + [Disch Date]@row + " |Discharge Status| " + [Discharge Status]@row), "")
Will this work for you? Does your [Matching Birthdate] column always have a value in it, or is it sometimes blank?
Kelly
-
worked like a charm! thanks. You guys are Brilliant!
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
Check out the Formula Handbook template!