Sign in to join the conversation:
I am trying to create an auto fill with a number. If Cell 2 is 5 then Cell 5 is 7%. Is that something I can do in Smart sheets?
I am working on a commission smart sheet and the commission % depends on how many years the contract is for.
Thanks
Hi Patricia,
Try this.
In my example, I've used the same column because you wrote Cell 2 and Cell 5 but it can, of course, be updated to look at different columns instead and that is probably what you need.
=IF(Commision2 = "5"; 0,07; 0)
The same version but with the below changes for your and others convenience.
=IF(Commision2 = "5", 0.07, 0)
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Hope that helps!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
Why I am getting this error since morn ing
I have a massive project that spans across multiple regions. I want to segregate my plan into region sheets so when I update each individual plan the master plan will be updated. How can I do this?
We created a tracker for the Records Management team and need all emails coming from the tracker to come from the email address associated with the team. Is there a way to have all emails come from this specific email? I see options for the owner or from general smartsheet but not an option to have it come from a different…