Formula Question
I'd like to add a formula to my sheet where if it's blank you do nothing, but if it's not blank, i want to include text and also link to other cells.
Example: If the course number is blank, then do nothing, but if the course number isn't blank then put "Please charge invoice to" [Account Number]@row, "Org Ref" [Class Number]@row, "Class field trip in" [Event Name]@row
Hope that makes sense, i've tried this for 2 days now and i can't figure it out!
Best Answers
-
You would need something like this:
=IF([Course Number]@row <> "", "Please charge invoice to " + [Account Number]@row + ", Org Ref " + [Class Number]@row + ", Class field trip in " + [Event Name]@row)
-
Remove the space
<>
vs
< >
Answers
-
You would need something like this:
=IF([Course Number]@row <> "", "Please charge invoice to " + [Account Number]@row + ", Org Ref " + [Class Number]@row + ", Class field trip in " + [Event Name]@row)
-
Thank you! although i keep getting invalid operation, i am probably missing something easy
=IF([Course Prefix]@row < >" ", "Please charge invoice to " + [Account Number]@row + ", Org Ref" + [Course Number]@row + ", class field trip in" + [Event Name]@row)
-
Remove the space
<>
vs
< >
-
you are AMAZING.. thank you so much!!!!!!
-
Happy to help. 👍️
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
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!