Forum Discussion

Startsun's avatar
Startsun
Copper Contributor
Jan 17, 2024

An error in the formula that chatGPT made me

=IF(A1<=10, A2*0.4, IF(AND(A1>10, A1<=50), A2*0.2, IF(AND(A1>50, A1<=200), A2*0.1, ""))) < A3, "Yes", "No") Condition for the formula: You need to determine in which range of numbers the number in ...

Resources