Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Formula with a # result
Comments
-
Yeah np. One of my first steps in troubleshooting my own formulas is to delete all the closing parenthesis and hit enter so the program recalculates the amount. Sadly that wasn't my first thought in troubleshooting this one but I got there haha
-
=column9 * column10
The Result I'm getting is Invalid Operation
Column9 = the formula just created with the result being either 50, 75 or 100
Column10 = (Column3)9 / (Column3)8 * 100
-
They're all Text/Number Columns
-
use brackets not parenthesis for column identifiers.
[Column3]9/[Column3]8
You should also use parenthesis to denote operation order. If you are trying to multiply the result of what is divided then it would be
([Column3]9/[Column3]8)*100
If you are trying to multiply the denominator by 100 then
[Column3]9/([Column3]8*100)
-
If column 10 is working then the only issue i can think of is some sort of data type issue with column3
-
The Formula I have in Column10row# works
When I'm attempting to multiply the results in Column9 x results in Column10
is when I get the Invalid Operation Error
=(Column9)10 * (Column10)10
-
can you post what is actually in the columns right now that you are trying to multiply?
-
Hi, need to be quite crafeul with how many formulas you put in a sheet.
It can make the sheet completely unusable (just grinds to a halt) even with just moderate formula usage nowhere near the capability that is advertised or woudl generally be exected from a spreadsheet system
The formulas are also much more complicated to use than Google Sheets or Excel.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives