I believe this is a simple formula but I'm drawing a blank. I need help in replacing column A.
If ChainName = Walmart USA, replace StoreName with Walmart. Can someone help me with this formula?
Thanks in advance.
Solved! Go to Solution.
Hi,@TB_Mylene
Output Column: [StoreName]
Formula : IIF([ChainName]="Walmart USA","Walmart",[StoreName])
@flying008 Thank you so much! You are a life saver!