Formula with multiple criteria (including text)

jperquin

New Member
Joined
Apr 25, 2013
Messages
1
Hi,

I need to create a formula that is returning "term 1" or "term 2" if two criteria are met.

First criteria is that certain cells contains a date (in example N10).
And second criteria is that another cell (in example P10) should contain at least one of the words that are listed in column of cells (column U). In example below only "aaa" is listed.

The formula below, obviously doesn't work, so please help me. I have tried to find a solutions, however I am no mrexcel.

Thanks, Jaakko

=IF(AND($N10>0;ISNUMBER(SEARCH("aaa";P10)));"Monitored"; "Not Monitored")
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Your formula works fine here. It doesn't check for a date in N10, just for a value larger than 0.
I see that you're using semicolon ";" to separate the different arguments in your formula. I use the same in Norway.
Normally, a comma "," is used worldwide. Could it be that you just have to replace the ";" with "," ?
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,954
Members
449,095
Latest member
nmaske

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