Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Sum and If Assistance Please


I am trying to work with excel to make an if statement work.

Here is an example of what I am trying to do.

If the text on worksheet 1 from F1 to F80 = "Accepted" AND
if the range on worksheet 1 from e1 to e80 = worksheet 2 b2; then sum the
range on worksheet 1 from g1 to g80

Is this even possible, or even better is it understandable?

Thanks everyone

Angela

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Sum and If Assistance Please

Hi,

Both possible and understandable. Put this on sheet 2.

=SUMPRODUCT((F2:F80="Accepted")*(E2:E80=Sheet2!B2) *(G2:G80))

Mike

"angelagrasser71" wrote:


I am trying to work with excel to make an if statement work.

Here is an example of what I am trying to do.

If the text on worksheet 1 from F1 to F80 = "Accepted" AND
if the range on worksheet 1 from e1 to e80 = worksheet 2 b2; then sum the
range on worksheet 1 from g1 to g80

Is this even possible, or even better is it understandable?

Thanks everyone

Angela

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Sum and If Assistance Please

oops
I meant put it on sheet 1
Mike

"Mike H" wrote:

Hi,

Both possible and understandable. Put this on sheet 2.

=SUMPRODUCT((F2:F80="Accepted")*(E2:E80=Sheet2!B2) *(G2:G80))

Mike

"angelagrasser71" wrote:


I am trying to work with excel to make an if statement work.

Here is an example of what I am trying to do.

If the text on worksheet 1 from F1 to F80 = "Accepted" AND
if the range on worksheet 1 from e1 to e80 = worksheet 2 b2; then sum the
range on worksheet 1 from g1 to g80

Is this even possible, or even better is it understandable?

Thanks everyone

Angela

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Sum and If Assistance Please

thank you

you saved me :)

"Mike H" wrote:

Hi,

Both possible and understandable. Put this on sheet 2.

=SUMPRODUCT((F2:F80="Accepted")*(E2:E80=Sheet2!B2) *(G2:G80))

Mike

"angelagrasser71" wrote:


I am trying to work with excel to make an if statement work.

Here is an example of what I am trying to do.

If the text on worksheet 1 from F1 to F80 = "Accepted" AND
if the range on worksheet 1 from e1 to e80 = worksheet 2 b2; then sum the
range on worksheet 1 from g1 to g80

Is this even possible, or even better is it understandable?

Thanks everyone

Angela

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
Assistance please Gauri Excel Worksheet Functions 2 June 25th 08 08:22 AM
=IF(AND) ASSISTANCE VAN GOGH Excel Worksheet Functions 3 June 21st 06 04:18 AM
Need some assistance mjman15 Excel Worksheet Functions 0 November 10th 05 10:44 PM
Need some assistance N Schei Charts and Charting in Excel 2 March 24th 05 07:58 PM
I Need VBA Assistance for EOF Brent E Excel Discussion (Misc queries) 4 February 26th 05 06:00 PM


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