Forum Discussion
rach1345
Jan 26, 2023Brass Contributor
adding information to nested if formula not working
Hi, Can anyone help me please? I have the following formula IF(B2=3001,"N/A",IF(C2="IN","GEXPBOOK",IF(E2="GDG","GDG",IF(D2=1,"G1LINE",IF(AND(A2>0.01,A2<=53000),"G1CARTON",IF(AND(A2>53000,A2<1000000...
- Jan 27, 2023
I've put those additional conditions in; I'll leave it to you to verify that it's working correctly.
rach1345
Jan 26, 2023Brass Contributor
hi i tried using the ifs formula but it didn't return the correct fields such as G1PALLET
mathetes
Jan 26, 2023Silver Contributor
That's not because the IFS function doesn't work. You need to define the conditions correctly (i.e., clearly and in keeping with the actual intentions) and in the right sequence. It's very easy to inadvertently be less clear /precise/accurate than intended.
Let me try again to see if I can adapt your nested IF.
Let me try again to see if I can adapt your nested IF.