Simple IF Statement

spcalan

Well-known Member
Joined
Jun 4, 2008
Messages
1,247
For the life of me, this isn't working..

In Column J.... there will either be 2 texts included = "SEL-", or "INC-"
If neither, then it should default to "BI"

I was thinking of using this:
=IF(FIND("SEL-",J:J,1)>0,"SEL","BI")

But I need to it first check for "SEL-", then "INC-", then default to "BI"
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Try this

=IF(J1="SEL-,insert here what to do if SEL<insert what="" to="" do="" here="" if="" sel="">,IF(J1="INC-",<insert what="" to="" do="" here="" if="" inc="">insert here what to do if INC,"BI"))

Then drag down your column</insert></insert>
 
Last edited:
Upvote 0
Hi,

Do you mean if either SEL- or INC- is found in Column J range?
And is SEL- and/or INC- part of a longer text string within Column J range?
 
Upvote 0

Forum statistics

Threads
1,214,944
Messages
6,122,391
Members
449,080
Latest member
Armadillos

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