Excel formula - TechRepublic
Question
May 6, 2009 at 08:30 AM
dodster

Excel formula

by dodster . Updated 17 years, 2 months ago

Hi, trying to get one cell to give a value depending on the displayed content of a list box within another cell.
If the list box cell shows “Admin” then the cell should show 1. Easy enough.
But I’m stuck when I try to get the same cell to count how many times “Admin” appears in many list boxes in a column.
Tried using
=IF(C:C=”Admin”,1,)
But this just shows if “Admin” appears in the particular row of the same cell?

I know this doesn’t count how many times “Admin” appears in the column either but I’m stuck on that part as well.

Appreciate any help with this.

This discussion is locked

All Comments