Hi
I have this formula and I want to extend it for multiple search and post the results to the cell that runs (eg B1):
(=IF(A1="Android Phones"; "Mobile Phones"; ""))
I want the formula to be like this:
(=IF(A1="Android Phones"; "Mobile Phones"; "") or =IF(A1="Android Tablets"; "Tablets"; "") or etc....)
I want to use 42 option with that formula. Is it possible?
UPDATE!!!
I have use playaller's formula like this and it works (thank you):
=IF(A2="Old Name 1","Old Name 2",IF(A2="New Name 1","New Name 2",IF(A2="Old Name 3","New Name 3",IF(A2="Old Name 4","New Name 4",IF(A2="Old Name 5","New Name 5",IF(A2="Old Name 6","New Name 6",IF(A2="Old Name 7","New Name 7","")))))))
Bookmarks