How would you set up a notification when a call has a certain amount or above ?
Francis PJ P.
✭✭✭
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
-
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