Nested "if" formula
I'm trying to convert this excel formula to Smartsheet but can't find the right procedure. Keeps coming back as unparseable.
=IF(J3=100%,G3,IF(J3<100,""))
J3 will always be filled in with a % and G3 is a dollar amount.
Any help is appreciated.
Craig
Answers
-
You may need to reconfigure the setup since Smartseet does not have a "letter" reference. Instead, you can use the column headings.
For example, let's say the column with heading "J" represents percentages and the column G represents dollars. In this case, you can use the following formula:
=IF(Percentage@row = 1, Dollar@row,"")
The empty quotes ("") at the end are not necessary, but if you prefer to include them, you can use them when the statement evaluates to false.
I hope this explanation assists 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!