Hello Experts,
I can't seem to find what's wrong with my IF / THEN / ELSE formula below. I've tried a number of iterations and researched on-line. I'm working with a 7X query.
(GOAL >= 10000) * GOAL + (GOAL < 10000) *10000
Said another way:
If Salesman Goal is greater than or equal to $10000 then print the larger number (the original goal)
If Salesman Goal is less than $10000, then print $10000.
Can anyone tell me what I"m doing wrong?
Thanks,
Janice