Sign in to join the conversation:
Hey,
What is the smartsheet furmula for multiplying
so far i tried
=Skupaj ure za tekoči mesec1 * Urna postavka1
=[Skupaj ure za tekoči mesec]1*[Urna postavka]1
i am trying to multiply monthly hours and hourly rate.....
no problem using excel.......
Hi n0m4d,
Assuming the column name references are correct, then your second formula should work fine:
=[Skupaj ure za tekoči mesec]1 * [Urna postavka]1
They are both numbers obviously? You're not trying to multiply "Green" x 12/01/18 or anything right?
Kind regards,
Chris McKay
values were ok, but figured out just now, while I had copied it from excel there had to be some kind of error, deleted the whole column and rewrote values, now it is working.
Good stuff buddy. Glad it worked out. I know how frustrating it can be when these sorts of things seem right, but just aren't.
Though Chris fixed it for you he failed to mention that column names with spaces or that end in numerals must be placed in brackets. That is why you weren't getting the results you were looking for.
Thanks Mike,
As the second example formula provided by n0m4d was correctly contained in brackets, I considered it a moot point so left it out. But in hindsight, it's a relevant tip to include.
I'm not going to take any credit for fixing this one either as n0m4d did all the troubleshooting.
Totally missed his second one... haha. Sorry to intrude!
No intruding at all good buddy. We all miss things and it's nice that the community is robust enough that there are loads of people willing to help .
Hello I could use some help with this one. I got the formula to work in the "number column"…. but I cant currently get it to work as a column formula. Basically what I am trying to achieve is have it add a number in order if the "footer comp" column is unchecked. and miss is unchecked Right now it is counting but in the…
This discussion was created from comments split from: How do I combine multiple INDEX Collect formulas in one Formular?.
I'm need to apply a function to average a column (answer is correct (8)) if the other column (The nurse is caring for a a patient who dove into a) is NOT blank. I copied this over from an excel spreadsheet. I would like to keep the average in the top row. Right now it's saying "#unparseable" as the formula is not the same…