POWER function from Excel
I am migrating a CVSS calculator I found online into Smartsheet, and it seems that if I can find a way to replace the POWER function from EXCEL, the rest of the formulas will fall in line.
I need a solution to this formula : =IF($Scope1="Unchanged (U)",
$[R_S]1 * $[I_Mul]1,
$[R_S]1 * ($[I_Mul]1 - 0.029) -
3.25 * ($[I_Mul]1 - 0.02, 15))
I'm Currently getting # Unparseable error
If someone could take a look at the sheet and let me know if that's my only problem... It would be much appreciated.
https://app.smartsheet.com/b/publish?EQBCT=862e532144334faaa88557cb6e51ae40
Answers
-
Not exactly sure what you are trying to do with your formula.
If you are looking to copy the POWER function from excel you can simply use the '^' symbol and smartsheet will recognize it as an Exponent.
-
=IF($T2="Unchanged (U)", $AZ2*$BE2, $AZ2 * ($BE2 - 0.029) - 3.25 * POWER($BE2 - 0.02, 15))
This is the original formula, sorry copied it incorrectly, When I replace POWER with ^, I still get an error
I'm not the owner of the original sheet, and the formulas they used
are way out of my depth, I'd like to, however, transfer the functionality from the excel sheet to Smartsheets.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!