If Function with formula
Foz
✭✭
Hi,
Please can anyone help.....
I need to use the IF Function for the following, any help appreciated.
IFCell= CFI then return unit total as 0, If cell = not cfi then SUM A1*A2
Many thanks
Answers
-
remember Smartsheet is not Excel..
So if you are talking in a single row.. this will evaluate for columns
=IF(CheckCell@row = "CFI", 0, ColumnA@row * ColumnB@row)
If you have static values loaded in the Primary Column in row 1 and 2
=IF(CheckCell@row = "CFI", 0, [Primary Column]1 * [Primary Column]2)
Brent C. Wilson, P.Eng, PMP, Prince2
Facilityy Professional Services Inc.
http://www.facilityy.com
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!