Cell return from multiple text

Shabana66

New Member
Joined
Apr 21, 2023
Messages
2
Office Version
  1. 2021
  2. 2019
Platform
  1. Windows
Hello
Please forgive me if I sound thick here, not much excel learning but I’m getting there
Help would be appreciated

I’m trying to have cell return certain text if another cell contains certain text
But also want different return from other text
IE if a cell has “hammer” the other cell would return “club” but if the cell has “spanner” it would return “wrench” and I would also like to have multiple ref words returning different returns
Hope this explains
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Please use XL2BB to illustrate your sample data and expected results.
 
Upvote 0
create a lookup table:
mr excel questions 25.xlsm
ABCDEF
1
2lookup table:
3SpannerWrenchHammerClub
4ScrewdriverFastenerSpannerWrench
5SawCutterScrewdriverFastener
6HammerClubSawCutter
Shabana66
Cell Formulas
RangeFormula
B3:B6B3=VLOOKUP(A3,$E$3:$F$6,2,0)
 
Upvote 0
You're welcome, the forum is happy to help!
If you believe a post here has provided an answer, please mark it as the solution.

Best Wishes.
 
Upvote 0

Forum statistics

Threads
1,215,042
Messages
6,122,810
Members
449,095
Latest member
m_smith_solihull

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top