How would you set up a notification when a call has a certain amount or above ?

I'd like to receive a notification when a cell has reached any amount above 50 000$. I can set a notification when a cell has reached a specific amount, but I need any amount above 50 000$.

Answers

  • Joe Goetschel
    Joe Goetschel ✭✭✭✭✭✭

    You can use a Helper column.


    Make a Column IF formula that Flags the cells at row when they are => 50,000

    Looks something like this =IF(test@row >= 50000, 1, 0)

    (Hide the column once you got it set.)

    Then set automation to notify you every time the flag is checked.

    Joe Goetschel | Associate Director, Smartsheet

    CrossCountry Consulting - Smartsheet Partner

    Email me!

    "The only real limitation of Smartsheet is the level of effort required to achieve your goal."