Based on them entering their sales for that day (in a numeric column) it should update 2 status columns.
The result for that day.
How they’re tracking month to date.
For some reason I cannot get a typical if function to work in make, where it assesses the sales amount entered against a target column and returns a value, which should then update the status column.
Your syntax looks correct. Some questions: Are your status labels actually the colors shown? Can you give more detail about what exactly is not working? Are you getting an error, etc.?
I ended up doing this, then using parseNumber on the set variable. For some reason it’s as if the number columns were being seen as a text string rather than a number.