Welcome to the Smartsheet Forum Archives


The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.

Formulas in Smartsheet

Options
Samuel Dowdy Jr.
Samuel Dowdy Jr. ✭✭✭✭✭
edited 12/09/19 in Archived 2016 Posts

Im trying to get a formula to work in smartsheet. Can anyone help me out? 

=IF([Travel Type]1, "craftworker"), ".3", ".4")

 

I want it to apply $0.30 to the cell if the travel type selected is craftworker. 

Comments

  • Elisa Leugers
    edited 06/27/16
    Options

    I think you need to replace the comma after the cell reference with an = and remove the closed parathesis after "craftworker".

     

    This should work:

     

    =IF([Travel Type]1 = "craftworker", .3, .4)

     

This discussion has been closed.