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! I'm fairly new to SmartSheets but have been trying a number of things that havent yet worked. I want to be able to show for each parent row, the number of child rows completed as a %. So for the parent row Process Overview there are 7 tasks and 6 tasks are complete so I want it to show as 90%. Can anyone help me?
I have a column named Territory, where I am trying to write a formula to populate it when names are chosen from an adjacent drop-down list column called Employee Attendee. If more than one name is selected from the Employee column, I would like their respective territories to populate in the Territory field, separated by a…
Hello, I am trying to find the average audit score for a range of percentages between two dates. There are divider rows for organization by month. I have been trying to utilize the following formula but continue to get #DIVIDE BY ZERO for an answer: =AVG(COLLECT([Audit Score]:[Audit Score], [Date of Chat]:[Date of Chat],…