Thread: Excel Question
View Single Post
Old 04-27-2008, 02:42 AM   #2
Shawnski
CP's Resident DJ
 
Shawnski's Avatar
 
Join Date: Jul 2003
Location: In the Gin Bin
Exp:
Default

Quote:
Originally Posted by SteveToms View Post
Hey, I got a excel question for you guys.

I have a excel spreadsheet that is a logbook of my online flights in FSX, and I am wondering if there is a way to count the number of times some things are entered.



So I want to know how many times LSZH appears in the 2nd/3rd column, and how many times LX**** appears. Is that possible?
In the help menu, check the "countif" function. It will do what you want.

Alternatively you could make a pivot table from any column.

And if you need anything starting with just LX, not unique LX****, create a column using the "left" function, taking just two characters. You can then use either the countif, or pivot table methods on the new column.

Last edited by Shawnski; 04-27-2008 at 02:45 AM.
Shawnski is offline   Reply With Quote