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.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 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!