Your formula is good with a little modification
=IF( ISNUMBER( SEARCH( "X",A2)), "X", "")&IF( ISNUMBER( SEARCH( "Y",A2)), "Y", "")&IF( ISNUMBER( SEARCH( "Z",A2)), "Z", "")
if A2 contains any instance of x,y,z, it will show its present.
Hope this helps.
2007-12-20 16:54:31
·
answer #1
·
answered by AQuestionMark 7
·
0⤊
0⤋
Excel Contains Function
2016-09-28 14:23:14
·
answer #2
·
answered by glymph 4
·
0⤊
0⤋
This Site Might Help You.
RE:
Excel formula help (multiple containing function)?
Looking for a formula to search a cell for multiple things, e.g. check to see if A2 contains the letter X or the letter Y or the letter Z.
I found the below function which seems ok, but not sure how to incorporate the other letters (nested IF formula is complicated!). Maybe there is an easier...
2015-08-19 07:13:06
·
answer #3
·
answered by Anonymous
·
0⤊
0⤋
Hi,
You're on the right track with a nested IF function, and yes they can be confusing to write.
This is one of those times where Excel's built-in formula builder might be of service. Use Insert > Formula and then click on the IF function to activate the formula builder.
Click the little boxes to the right of the empty fields to select ranges on the worksheets, or just type in the fields.
You still need to think through the logic of the nesting and whether or not you want to make it even tougher with nested AND or OR restrictions.
-Jim Gordon
Microsoft Mac MVP
MVPs are independent and do not work for Microsoft
http://mvp.support.microsoft.com/
2007-12-20 15:45:46
·
answer #4
·
answered by jimgmacmvp 7
·
2⤊
0⤋
Reverse Phone Number Look Up Services
2016-04-24 02:38:35
·
answer #5
·
answered by Anonymous
·
0⤊
0⤋
There's no easy way to use cell based functions in Excel. You just have to test each one individually, then put them all together.
If your cell has to contain one of a known list of values, then you can use a NAMED RANGE and one of the functions VLOOKUP, LOOKUP or MATCH to check what the cell contains.
2007-12-17 01:21:49
·
answer #6
·
answered by JA12 7
·
0⤊
0⤋
if a formula < 0 I want the amount to be 100%. If it is great than 0 then I want the formula entered. Help!
2015-09-15 09:34:31
·
answer #7
·
answered by Sheryl 1
·
0⤊
0⤋
here are a couple of good sites were you can find the info you are looking for.
http://www.ozgrid.com/Excel/excel-vlookup-formula.htm
http://www.emailoffice.com/excel/arrays-bobumlas.html
http://office.microsoft.com/en-us/excel/HP052001271033.aspx
2007-12-17 00:56:04
·
answer #8
·
answered by Alvin L 2
·
0⤊
0⤋