VLOOKUP and a COUNTIF?

kristalauren

New Member
Joined
Aug 30, 2014
Messages
2
Hi all,

I have a fairly straightforward table... similar to below but with a few more columns...
Focus here is on the NAMES and IDEA VIABLE columns.

I have set up stats on another page to count ideas raised by person using the =countif(column of names, name in cell reference)... this returns that ally has 2 x ideas, steve has 2 x ideas.
I'm now wondering if its possible to count number of viable / yes ideas per person.

The real spreadsheet is counting ideas for 50 people and ideas is currently up around 32 (new project).
Would like to graph who has the highest number of viable ideas.

I thought a Vlookup might work, but this doesnt count the number of ideas, simply returns the first value for the name (Yes or No).
Is there a formula to combine the vlookup and the countif?

Eg - if column A = Ally, count "yes".

Thanks in advance!
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Names[/TD]
[TD]date raised[/TD]
[TD]idea details[/TD]
[TD]idea viable[/TD]
[TD]Status[/TD]
[/TR]
[TR]
[TD]Ally[/TD]
[TD]01/01/14[/TD]
[TD]blah[/TD]
[TD]Yes[/TD]
[TD]Complete[/TD]
[/TR]
[TR]
[TD]Steve[/TD]
[TD]01/01/14[/TD]
[TD]blah[/TD]
[TD]Yes[/TD]
[TD]In progress[/TD]
[/TR]
[TR]
[TD]Ally[/TD]
[TD]01/01/14[/TD]
[TD]blah[/TD]
[TD]No[/TD]
[TD]Complete[/TD]
[/TR]
[TR]
[TD]Steve[/TD]
[TD]01/01/14[/TD]
[TD]blah[/TD]
[TD]Yes[/TD]
[TD]Complete[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)

Forum statistics

Threads
1,222,441
Messages
6,166,049
Members
452,009
Latest member
oishi

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