search text

cybermilky

New Member
Joined
Dec 14, 2010
Messages
2
I'm using Excel 2003. I have a file with columns as below:

(below diagram, the cells are separated with '|' and '-')

_|_A__|__B__|__C__|__D__|
1| 1-Jan | A,B,C | 1-Feb|C,D|
-----------------------------------------
2|2-Jan | B,D | 2-Feb|C,D,E|
-----------------------------------------
3| 3-Jan | A,C,D | 3-Feb|B,C,D|
-----------------------------------------
4|4-Jan | A,C | 4-Feb|C,D,E|
-----------------------------------------
5|5-Jan | C,D,E | 5-Feb|A,B,E|
-----------------------------------------
6|6-Jan | D,E | 6-Feb|C,E|

It's a whole year calender with options A to Z.

So, I want to find out which dates contains A, which dates contains B.
Which formula can I use?
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
hi cybermilky,

This is cetainly possible but what do you really want to do? I presume that you don't actually want to find which dates contain A and/or B but which cells adjacent the dates contain A and/or B.

Conditional Formatting can FORMAT the cells that match your criteria.

Auto Filter or Advanced Filter could list the rows your interested in.

Formulas in adjacent cells could return values (e.g. TRUE/FALSE) to show cells that contain A AND B (or A OR B).

Or you could simply COUNT the relavant cells.
 
Upvote 0

Forum statistics

Threads
1,223,231
Messages
6,170,884
Members
452,364
Latest member
springate

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