#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 103
Default Nesting Formulas

Can anyone assist me. I am using this formula:
=COUNTA(IF($E$14:$E$25,"Pending Cost")*($F$14:$F$25=X), $G$14:$G$25) to count
a certain criteria based on if there is an "X" in the cell beside it. It has
only worked for one of my four criteria's, eventhough I've changed the
criteria (pending cost) to another, pending business case review. Can anyone
help me, please? I am using Excel 2003
--
Thanks, Annie
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 103
Default Nesting Formulas

Sandy.. thanks for responding.. but I'm not using any numbers-- only text.
below is an example:
Status New Submission Comments
Pending Bus Case Review X Received revised forecast
Pending Cost
Pending Cost X
Pending Cost X

I'm looking for a formula to count the total number of New Submissions (X)
for each individual Status


--
Thanks, Annie


"Annie" wrote:

Can anyone assist me. I am using this formula:
=COUNTA(IF($E$14:$E$25,"Pending Cost")*($F$14:$F$25=X), $G$14:$G$25) to count
a certain criteria based on if there is an "X" in the cell beside it. It has
only worked for one of my four criteria's, eventhough I've changed the
criteria (pending cost) to another, pending business case review. Can anyone
help me, please? I am using Excel 2003
--
Thanks, Annie

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Nesting Formulas

Just modify Sandy's formula slightly:

=SUMPRODUCT(($E$14:$E$25="Pending Cost")*($F$14:$F$25="X"))

This assumes your status is listed in E14:E25 and New Submission is in
F14:F25 (taken from your original example), so adjust the references
to suit your data.

This will give you the count you require - don't be misled by the
function name "sumproduct".

Hope this helps.

Pete

On Jun 24, 11:26*pm, Annie wrote:
Sandy.. thanks for responding.. but I'm not using any numbers-- only text.. *
below is an example:
Status * * * * * * * * * * * * * New Submission * * * * * * * * * * *Comments
Pending Bus Case Review X * * * * * * *Received revised forecast
Pending Cost * * * * * *
Pending Cost * * * * * * * * * *X * * *
Pending Cost * * * * * * * * * *X * * *

I'm looking for a formula to count the total number of New Submissions (X)
for each individual Status

--
Thanks, Annie



"Annie" wrote:
Can anyone assist me. *I am using this formula:
=COUNTA(IF($E$14:$E$25,"Pending Cost")*($F$14:$F$25=X), $G$14:$G$25) to count
a certain criteria based on if there is an "X" in the cell beside it. *It has
only worked for one of my four criteria's, eventhough I've changed the
criteria (pending cost) to another, pending business case review. *Can anyone
help me, please? *I am using Excel 2003
--
Thanks, Annie- Hide quoted text -


- Show quoted text -




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 103
Default Nesting Formulas

Sandy and Pete--- Thank you so much!!! It Works!!! YAY!!!!
--
Annie


"Annie" wrote:

Can anyone assist me. I am using this formula:
=COUNTA(IF($E$14:$E$25,"Pending Cost")*($F$14:$F$25=X), $G$14:$G$25) to count
a certain criteria based on if there is an "X" in the cell beside it. It has
only worked for one of my four criteria's, eventhough I've changed the
criteria (pending cost) to another, pending business case review. Can anyone
help me, please? I am using Excel 2003
--
Thanks, Annie

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Nesting Formulas

Well, someone seems happy !! Thanks for feeding back - always
appreciated.

Pete

On Jun 25, 12:22*am, Annie wrote:
Sandy and Pete--- Thank you so much!!! It Works!!! YAY!!!!
--
*Annie

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
Nesting formulas Ashkore New Users to Excel 1 March 7th 08 10:19 PM
nesting formulas cinvic[_2_] Excel Worksheet Functions 2 February 1st 08 05:48 PM
Nesting named formulas Alex Excel Worksheet Functions 2 December 21st 07 02:10 PM
nesting formulas Vladimir Excel Worksheet Functions 1 September 7th 06 09:25 PM
Nesting Formulas PLCProgrammer Excel Worksheet Functions 2 February 3rd 05 10:29 PM


All times are GMT +1. The time now is 08:55 AM.

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

About Us

"It's about Microsoft Excel"