Table lookup Function

jrncrank

New Member
Joined
Oct 20, 2003
Messages
14
Hi there,

I'm having trouble trying to figure out how I count data in a column(3) that matches a text string in another column(1).

Tube Line, Station Name, Refurbishment, Modernisation,
Central Line, Queensway, TRUE, FALSE,
Central Line, Algate East, TRUE FALSE,
Central Line, Bank, FALSE, TRUE,
Central Line, Bank, FALSE, TRUE,
District Line, Richmond, TRUE, FALSE,


for example I need to know how many times CENTRAL LINE (c1) along with TRUE for refurbishment (c3) is display.


Thanks in advance for any help received.

jrncrank
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Yeah i've tried the pivot table and got it to work showing the data i want, however i'm trying to display the infomation in a more visually graphic sense (not graphs).

I have a VBA form that captures the info and submits it to the datasheet. I then have a front end screen that will populate from the datasheet, hence my question.

I've go it to count if column A says CENTRAL LINE and then have it countif the value in column C is True - however it just counts the whole column and not where CENTRAL LINE + TRUE match.
 
Upvote 0
No problem. Thanks go to NBVC and Domenic who provided the original solution to me. Saves re-inventing the wheel :)
 
Upvote 0

Forum statistics

Threads
1,214,918
Messages
6,122,249
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