formulas in update requests

osteentravis
edited 12/09/19 in Smartsheet Basics

Hi, i'd like to use smartsheet for end of year bonuses. I ideally would like to send an update request to managers with the info below. I can lock all cells so that the only one they can update would be column C - but is there a way on either update request or something where if they change the drop down of column C a new value in Column D shows? Or what is anyones recommendation?

Column A: Employee Name

Column B: Weekly Salary

Column C: Bonus in weeks (Drop down 1-4)

Column D: Amount of Bonus   (this is a formula taking Column B X Column C

 

Comments

  • Andrée Starå
    Andrée Starå ✭✭✭✭✭✭

    Hi,

    Unfortunately, there isn't a way to do that natively in Smartsheet at the moment.

    You could set it up with the help of third-party tools. Google Forms is one example.

    Would that work for you?

    I hope this helps you!

    Best,

    Andrée Starå

    Workflow Consultant @ Get Done Consulting

    SMARTSHEET EXPERT CONSULTANT & PARTNER

    Andrée Starå | Workflow Consultant / CEO @ WORK BOLD

    W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35

    Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭

    You could use a basic =[Column B]@row * [Column C]@row to get what you need. If the formula is already in the row before sending the update request, it will automatically calculate based off of what is selected in Column C.

     

    I tested this with a very basic version. Here's the set up:

     

    Number1             Number2               Total

                                                                =[Number1]@row + [Number2]@row

     

    I then sent myself an update request and only included the Number1 and the Number2 columns. I updated each to 10 and submitted. When I returned to the sheet, it looked like this:

     

    Number1             Number2               Total

    10                         10                           20

     

    So short answer... Yes. What you want should be a pretty basic solution.

     

    Long answer... See above.