What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » a interesting question about excel

a interesting question about excel
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: a interesting question about excel
Then you need a combination of different COUNTIFs...

But:

What do you mean by 'lists'? And where are those 'lists'? Have those lists headers and how many? What is the column for the genre? etc...

For stuff like this we need very specific info.

--------

I assume by 'lists' you actually mean sheets. So each list is located on a different sheet.

I assume the genre column is located in column E on each sheet.

I assume the sheets are named:
1) DVDs
2) BURNED
3) BOUGHT
4) PORTABLE
5) PC

In the cell you want the grand total, for let's say the "rock" genre, you put:
=COUNTIF('DVDs'!E:E,"rock") + COUNTIF('BURNED'!E:E,"rock") + COUNTIF('BOUGHT'!E:E,"rock") + COUNTIF('PORTABLE'!E:E,"rock") + COUNTIF('PC'!E:E,"rock")

In the cell you want the grand total, for let's say the "pop" genre, you put:
=COUNTIF('DVDs'!E:E,"pop") + COUNTIF('BURNED'!E:E,"pop") + COUNTIF('BOUGHT'!E:E,"pop") + COUNTIF('PORTABLE'!E:E,"pop") + COUNTIF('PC'!E:E,"pop")

etc

Note: It is case insensitive

Note: If your Excel is in another language than English, refer to http://dolf.trieschnigg.nl/excel/excel.html to get the equivalent function name and syntax.
.-= A 'frrrrrrrituurrr' for Wacky =-.
01-20-2007 02:12 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
a interesting question about excel - by TheMusicPirate on 01-19-2007 at 11:21 PM
RE: a interesting question about excel - by Sunshine on 01-19-2007 at 11:53 PM
RE: a interesting question about excel - by Adeptus on 01-20-2007 at 12:14 AM
RE: RE: a interesting question about excel - by TheMusicPirate on 01-20-2007 at 01:04 AM
RE: a interesting question about excel - by CookieRevised on 01-20-2007 at 02:12 AM
RE: a interesting question about excel - by Adeptus on 01-20-2007 at 02:13 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On