What is missing from the below if formula?
=if(@row23 = Y, "0.1", "0")
I am wanting Smartsheet to put 0.1 in a cell if the reference cell is a Y and 0 if the reference cell is a N.
Tags:
Best Answer
-
The reference to the cell is not correct.
=if(@row23 = Y, "0.1", "0")
You need [column name]@row
or
[colunm name]23 if you are referring to row 23.
You also need to change how you are using quote marks. Put these around the text and not the numbers.
Answers
-
The reference to the cell is not correct.
=if(@row23 = Y, "0.1", "0")
You need [column name]@row
or
[colunm name]23 if you are referring to row 23.
You also need to change how you are using quote marks. Put these around the text and not the numbers.
-
Thank you so much, that has solved my issue!
-
Wonderful. Glad I could help.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!