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
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 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!