SanjayGMusafir
Well-known Member
- Joined
- Sep 7, 2018
- Messages
- 1,503
- Office Version
- 2021
- Platform
- MacOS
Hi Experts
I have this formula that tests multiple OR conditions to give result.
Can we shorten this formula?
Where we don't need to repeatedly write [@Refer]
or
If we can make a list and formula may check that list to test OR condition?
I believe I saw someone using a shorter way to write similar thing on this forum itself but with growing age unable to recall what exactly that was...
Please help
Thanks a lot
I have this formula that tests multiple OR conditions to give result.
Can we shorten this formula?
Where we don't need to repeatedly write [@Refer]
or
If we can make a list and formula may check that list to test OR condition?
I believe I saw someone using a shorter way to write similar thing on this forum itself but with growing age unable to recall what exactly that was...
Excel Formula:
=IFS(OR([@Refer]="AKG",[@Refer]="RPG",[@Refer]="MGG",[@Refer]="Ish, Sonepat",[@Refer]="Nidhi, Khanna",[@Refer]="Ankush, LxmNgr",[@Refer]="BHMS",[@Refer]="Billa, Jldr",[@Refer]="Bittoo, Gzb",[@Refer]="BVB",[@Refer]="Chauhan, Asr",[@Refer]="Didi",[@Refer]="Reeta, Gzb",[@Refer]="Ginni, Rhn",[@Refer]="GurpreetS AmbVhr",[@Refer]="Janu",[@Refer]="Jappi, RjrGdn",[@Refer]="Jitender, Jpr",[@Refer]="JoginderS, PVhr",[@Refer]="Jyoti, Takshila",[@Refer]="Monga AshkVhr",[@Refer]="Network 21",[@Refer]="Nightingale, SFA",[@Refer]="Pintoo, MwlNgr",[@Refer]="PPrakash, GH13",[@Refer]="Raju, NMkt",[@Refer]="Rampal Chhatwal",[@Refer]="SatyaP, Pahari",[@Refer]="Shalini, BBPS",[@Refer]="Shaloo, Fbd",[@Refer]="Smita, BBPS",[@Refer]="Ushi, PBgh"),"DND",TRUE,"")
Please help
Thanks a lot