Formula is not Generating the correct value
So we have a formula in column labeled "Section 1 ended" -
=IF([Column A]@row > 20000000, "10", IF([Column A]@row < 1000000, "2.5", IF([Column A)]@row > 10000000 < 20000000, "7.5")))
and it generates correctly. However, when I try to then use the value from that formula in Column B to multiply by 8 in another formula, it keeps spitting out a value of 0 instead of the actual value, which in the screenshot should be 80.
=SUM([Section 1 Ended]1) * 8
Does anyone know what I'm doing wrong with this formula?
Best Answer
-
Use VALUE function instead in Column B as below,
=VALUE([Section 1 Ended]@row)*8
Answers
-
Use VALUE function instead in Column B as below,
=VALUE([Section 1 Ended]@row)*8
-
ahh so simple, and worked perfectly, thank you!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!