#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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!