If..then.. (advanced)

Andy_D_2002

New Member
Joined
Oct 9, 2002
Messages
1
Hi
i want to use an "if" formula where based on..if can find the letter "a" in the cell A1 (no matter where is), then do this..

Example (for a range of cells)
A1: ABCD B1: returns yes
A2: AAAA B2: returns yes
A3: BARD B3: returns yes
A4: XYZ1 B4: returns no
A5: 1234 B5: returns no
A6: CDEF A B6: returns yes


etc
thanks
Andy
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
On 2002-10-10 09:45, Andy_D_2002 wrote:
Hi
i want to use an "if" formula where based on..if can find the letter "a" in the cell A1 (no matter where is), then do this..

Example (for a range of cells)
A1: ABCD B1: returns yes
A2: AAAA B2: returns yes
A3: BARD B3: returns yes
A4: XYZ1 B4: returns no
A5: 1234 B5: returns no
A6: CDEF A B6: returns yes


etc
thanks
Andy

Andy, you can use this (which is not case sensitive):

=IF(ISERROR(SEARCH("a",A1)),"No","Yes")

Regards,
 
Upvote 0

Forum statistics

Threads
1,214,548
Messages
6,120,146
Members
448,948
Latest member
spamiki

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