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 .
Hi all. I'm trying to do something that I'm not sure if it's possible or not. We have a sheet that we are importing where the first column lists areas within our factory. Each column after that has a column name of a date. So 12/15/2025, 12/16/2025, 12/17/2025, etc. In each of the date columns is a target production…
Hello, I have a checkbox column that I would like to be checked when comparing 2 columns. I would like it to be checked if the 2 columns are not equal or if one of the 2 columns has an error. It's important to note that both columns are numbers. My original formula was: =IF([COLUMN A]@row <> [COLUMN B]@row , 1, 0) However,…
Hello! I have what is probably a simple question my brain is just not comprehending properly. I need to SUMIFS from a sheet that matches some specific criteria but one of the fields I am using against needs to calculate a total if one dropdown field matches ANY ONE of these 3 items that is in it to be chosen… Capitol…