Forum Discussion
harib
6 years agoPost Patron
Conditions for Columns
Hi All, I have senario like below table . Main Table SNO MG MU MP LG LU Percentage1 Percentage2 1 XX AA BB CC DD ...
Tahreem24
6 years agoSuper User
Or try this to get percentage value:
Column2 = if(Sheet7[Group] in {"MG","MU","MP"},0.01,0.02)
Don't for get to hit Thumbs up for support and accept this as a solution if it helps you!