Hello experts
I need your expert suggestion to correct this formula.
Thank you in advance.
Hello experts
I need your expert suggestion to correct this formula.
Thank you in advance.
Last edited by RAJESH SHAH; 03-29-2023 at 09:27 AM. Reason: #Solved by Pepe Le Mokko
After almost 800 posts you should know that a sheet is worth 1000 pictures...
Remove the three parenthesis after the last " cancelled" and add two at the end of the formula
Ok. This is the sample workbook.
=IF(D2="URP";"B2C";IF(D2="Export";"Export";IF(D2="Cancelled";"Cancelled";"B2B"))) replace semi colons with commas if needed
Thankyou Pepe Le Mokko.![]()
I think this might work better...
=IF(D2="URP","B2C",IF(D2="Export","Export",IF(D2="Cancelled","Cancelled","B2B")))
HTH
Regards, Jeff
Thanks jeff. I replaced the : with commas and got it right.
If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.
Try, =IFERROR(LOOKUP(D2,{"Cancelled","Export","URP"},{"Cancelled","Export","B2C"}),"B2B")
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks