Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Excel - Formula Help!

Hi all,

OK here goes:

I have this workbook which contains many worksheets.
On one page, I need to do a tally of some info in our first sheet.
These aren't numbers but categories, etc. in other words, it is text.

My first colum - i need to add how many of each "word" repeats itself in
that row.
Formula: =COUNTIF(Activities!D:D,"ESS")
(activites is my worksheet, Column D, word is ESS)
Works like a charm - I get the right amount.

Now...it gets a bit more complicated and that's where I'm stuck.
I need to count how many in, let's say ESS as above are On-Going, Completed,
On-Hold. (labeled in column E of my first worksheet).

So I need a formula that will calculate the same calculation above but
adding the critiria of another column with additional text (On-Going,
Completed, On-Hold).

I can't seem to find the correct formula anywhere... and I know this must be
doable. HELP!

Thanks :-)

Chantal
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 99
Default Excel - Formula Help!

Hi

=SUMPRODUCT(--(Activities!$D$1:$D$1000="ESS"),--(Activities!$E$1:$E$1000="On
-Going"))
, etc.
NB! You can't refer to whole column with SUMPRODUCT!


Arvi Laanemets


"chantal0123" wrote in message
...
Hi all,

OK here goes:

I have this workbook which contains many worksheets.
On one page, I need to do a tally of some info in our first sheet.
These aren't numbers but categories, etc. in other words, it is text.

My first colum - i need to add how many of each "word" repeats itself in
that row.
Formula: =COUNTIF(Activities!D:D,"ESS")
(activites is my worksheet, Column D, word is ESS)
Works like a charm - I get the right amount.

Now...it gets a bit more complicated and that's where I'm stuck.
I need to count how many in, let's say ESS as above are On-Going,

Completed,
On-Hold. (labeled in column E of my first worksheet).

So I need a formula that will calculate the same calculation above but
adding the critiria of another column with additional text (On-Going,
Completed, On-Hold).

I can't seem to find the correct formula anywhere... and I know this must

be
doable. HELP!

Thanks :-)

Chantal



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel displaying formulae as constant and not calculating formula gpbell Excel Worksheet Functions 2 February 16th 06 08:26 AM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
How can i get an If formula in excel to edit another cell? Jimmy Hoffa Excel Worksheet Functions 2 August 16th 05 05:53 PM
converting formula from lotus.123 to excel zaharah Excel Worksheet Functions 2 July 27th 05 03:04 PM
Formula Integrity Not Preserved During Sort in Excel 2000 Kevin Excel Discussion (Misc queries) 1 April 15th 05 10:26 PM


All times are GMT +1. The time now is 10:15 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"