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
Related Contacts Mailing Address State/ProvinceFirm Contact (known by offices other than Frankfurt)
Frankfurt
Frankfurt
(blank)
Frankfurt

<colgroup><col><col></colgroup><tbody>
</tbody>
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
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,215,631
Messages
6,125,905
Members
449,273
Latest member
mrcsbenson

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