IF(NOT(ISBLANK & IF(ISBLANK - Getting #INCORRECT for one part of the formula
Hi,
I am only getting the correct answer for the first part of this formula. The second part IF(NOT(ISBLANK...is giving me an #INCORRECT ARGUMENT SET.
I would like to populate the "PROJECTED FEE" column with the number in "PROJECTED FEE - NO REFERRAL" if "Firm Fee" cell is blank, and if "Firm Fee" is not blank then the "PROJECTED FEE" cell should be blank
=IF([Firm Fee]@row = "", [PROJECTED FEE - NO REFERRAL]@row - [Referral Fee Amount]@row, IF(NOT(ISBLANK([Firm Fee]@row = ""))))
Hope that makes sense. Thanks
Sam
Comments
-
Quick edit. I left one thing out.
I would like to populate the "PROJECTED FEE" column with the difference between "PROJECTED FEE - NO REFERRAL" - "Referral Fee Amount" (if there is one), if "Firm Fee" cell is blank.
-
=IF([Firm Fee]@row = "", [PROJECTED FEE - NO REFERRAL]@row - [Referral Fee Amount]@row,"")
Give that a try
-
Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!