Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Excel 2003 multiple criteria

I am trying to add numbers in column H IF the data in column E=AS FIN AND the
data in column B=Jan

I've tried SUMIF, SUMPRODUCT, SUM(IF( etc.... Nothing seems to work.

Thanks for any help you can provide.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,339
Default Excel 2003 multiple criteria

Is this what you want?

=SUMPRODUCT(--(E1:E100="AS FIN"),--(B1:B100="Jan"),--(H1:H100))


"anike007" wrote:

I am trying to add numbers in column H IF the data in column E=AS FIN AND the
data in column B=Jan

I've tried SUMIF, SUMPRODUCT, SUM(IF( etc.... Nothing seems to work.

Thanks for any help you can provide.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Excel 2003 multiple criteria

Hmmmm - I've tried SO many things but I can't seem to get anything to work....


I tried this but come up with a #Value! answer?!?!?!?!?

Toppers wrote:
Is this what you want?

=SUMPRODUCT(--(E1:E100="AS FIN"),--(B1:B100="Jan"),--(H1:H100))

I am trying to add numbers in column H IF the data in column E=AS FIN AND the
data in column B=Jan

I've tried SUMIF, SUMPRODUCT, SUM(IF( etc.... Nothing seems to work.

Thanks for any help you can provide.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Excel 2003 multiple criteria

Check for #Value! errors in E1:E100l and B1:B100.

Check for non-numeric entries in H1:H100.

anike007 wrote:

Hmmmm - I've tried SO many things but I can't seem to get anything to work....

I tried this but come up with a #Value! answer?!?!?!?!?

Toppers wrote:
Is this what you want?

=SUMPRODUCT(--(E1:E100="AS FIN"),--(B1:B100="Jan"),--(H1:H100))

I am trying to add numbers in column H IF the data in column E=AS FIN AND the
data in column B=Jan

I've tried SUMIF, SUMPRODUCT, SUM(IF( etc.... Nothing seems to work.

Thanks for any help you can provide.


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel 2003 multiple criteria

URGH!!!! So frustrating. Still not working.... ??? :-(

I've checked everything I know to check?? Thanks for trying!

Dave Peterson wrote:
Check for #Value! errors in E1:E100l and B1:B100.

Check for non-numeric entries in H1:H100.

Hmmmm - I've tried SO many things but I can't seem to get anything to work....

[quoted text clipped - 10 lines]

Thanks for any help you can provide.



--
Message posted via http://www.officekb.com
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
Counting Cells with Multiple Range Criteria (Excel 2003) Jennifer Excel Discussion (Misc queries) 7 November 30th 09 05:10 PM
Search for one answer on multiple criteria (excel 2003) ahwahneeliz Excel Worksheet Functions 5 December 10th 08 05:50 PM
Count multiple cells against multiple criteria in an Excel spreads EricB Excel Worksheet Functions 7 June 3rd 08 09:09 PM
Counts for Excel 2003 using multiple criteria [email protected] Excel Worksheet Functions 6 October 10th 07 08:36 PM
Select by multiple criteria (Excel 2003) Picman Excel Worksheet Functions 1 August 16th 05 06:17 PM


All times are GMT +1. The time now is 02:50 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"