function help with an countif statement

Status
Not open for further replies.

mort1703

Active Member
Joined
Sep 13, 2008
Messages
266
COLUMN ACOLUMN BCOLUMN CCOLUMN DCOLUMN ECOLUMN FCOLUMN G
ALPHA=IF(COUNTIF(A:A,B2)>0,"B","A")11300
BRAVOALPHA=IF(COUNTIF(A:A,B3)>0,"B","A")25113
CHARLIE=IF(COUNTIF(A:A,B4)>0,"B","A")1800
DELTAALPHA=IF(COUNTIF(A:A,B5)>0,"B","A")51500

Above is a small extract of data.

I would like to expand the formula in column C to compare the data in columns b, f, g with the data held in column a, d, e for the corresponding line stated in column B

for example using the bravo row I am looking for a the following options - A (NO MATCH), B (COMPLETE MATCH), C (PARTIAL MATCH)

if column B is blank I want a response of A
if column B has a value which appears in column A on any row I would like to check the value in (bravo, column f) for a match with the corresponding information in column d.

so using the Bravo Line - Alpha appears in column B - I would like to check the information in cell f3 with the data stored in cell d2 to see if it matches, if it does I would like a cell c to show a value of B for a full match and a value of C if a partial match

I would appreciate any help or suggestions.
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Duplicate to: function help

In future, please do not post the same question multiple times. Per Forum Rules (#12), posts of a duplicate nature will be locked or deleted.

In relation to your question here, I have closed this thread so please continue in the linked thread. If you do not receive a response, you can "bump" it by replying to it yourself, though we advise you to wait 24 hours before doing so, and not to bump a thread more than once a day.
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,214,923
Messages
6,122,283
Members
449,075
Latest member
staticfluids

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