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 have this formula that will check the box if the date in a second column is in the past. Is there a way to include if the date is 60 days in the future? Check the box if the date in Column 2 is either (1) in the past or (2) 60 days in the future. IF([GWO - BST (2yr)]@row < TODAY(), 1, 0) Thank you in advance!
Is there a way to automatically update my dropdown list for a form if I have a new item added? I have a New Order Entry form. I have a dropdown list of customers, but if it is a new customer, there is a checkbox to allow more fields to open up to enter that information. If that information is added, it gets copied to a…
Hi! I'm trying to figure out how to use the NETDAYS formula to show how long someone has been a member of a certain team. I can't get it to measure to today using the formula that the website suggests. I want it to be running so that whenever I log on I can see the time elapsed to the day I'm looking at the sheet. Can…