Forum Discussion

udayp123's avatar
udayp123
New Member
2 years ago

How to use same string value in nested if conditions

Hi,

 

Could someone please help on this.

Below is the nested if condition I wrote. It is simple nested it formula and the logic behind it is also simple.

 

Recurring GS + Price Col =
IF('Table'[Account Description]="Recurring Gross Sales" || 'Table'[Account Description]="Recurring Price", "Recurring Gross Sales + Price",
IF('Table'[Account Description]="Recurring Gross Sales" || 'Table'[Account Description]="Recurring Price" || 'Table'[Account Description]="Recurring Cancel" || 'Table'[Account Description]="Recurring Migrations" || 'Table'[Account Description]="Recurring Backlog Migrations", "Net Sales", BLANK()))
 
Below is the output when using the above formula


But, the expected output for Net Sales is below

Any help on this please!

2 Replies