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
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!