Search Results over more than one row

Bilabu1

New Member
Joined
Jun 27, 2018
Messages
2
Hi,

I have following problem:

In the attached workbook I have a sheet where I need the answer "yes" or "no" in cell J based on the information in cell I. "Yes" if one of the cells in I does not have Frankfurt in it. The question is if a firm contact is known in another office than Frankfurt. The formula should read the information in cell I and put "yes" in cell J if one of the cells does not have "Frankfurt" in it. Please ask if you have any questions.

Thanks :)

Here the copy of the sheet:

cell I cell H
[TABLE="width: 361"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Related Contacts Mailing Address State/Province[/TD]
[TD]Firm Contact (known by offices other than Frankfurt)[/TD]
[/TR]
[TR]
[TD]Frankfurt[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Frankfurt[/TD]
[TD][/TD]
[/TR]
[TR]
[TD](blank)[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Frankfurt[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
In J2 enter and copy down:

=1-(I2="Frankfurt")

A 1 as result means Firm contact is not Frankfurt, a 0 means Frankfurt.

Is this what you need?
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,181
Members
453,022
Latest member
Mohamed Magdi Tawfiq Emam

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