#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
- 67.8K Get Help
- 474 Global Discussions
- 207 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!