Littlemalky
Board Regular
- Joined
- Jan 14, 2011
- Messages
- 223
Can you not use the Min/Max functions in Access the same way as Excel? For example, I'm trying to replicate a formula I have in Excel that is structured like this. But it is kicking back saying I have the wrong number of arguments. Can I not use comma separators?
L1_PAYOUT: Max(0,(Min(0.9,[%_TO_QUOTA])-0.7)*(2275/4)*100)*[QTR_COMPLETION]
L1_PAYOUT: Max(0,(Min(0.9,[%_TO_QUOTA])-0.7)*(2275/4)*100)*[QTR_COMPLETION]