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, Can a combination of the INDEX(COLLECT and NETDAYS Formula be used to get the number of days between two dates in the same column? I want to get the number of days between two dates on the same sheet, in the same column, that have matching names and different project types. For Example: Studio Name is equal to…
I am trying to pull a phone number and email from our master roster that is on another sheet in Smartsheet. I cannot figure out the formula. This is the formula I have tried. =INDEX([EMPLOYEE NAME]@row , MATCH({IMS Master Roster Range 2}), 0)
Hi All, I keep getting this annoying error when I try to trigger a PDF generation. I initially set up to trigger the PDF generation to kick off once the last field the needs data is "not blank". That is when the error started. I modified the sheet and added a yes/no drop down to trigger the PDF generation when the value in…