Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default SumIf or SumProduct

I'm hoping someone can help with the following...

I tried checking the SUMIF and SUMPRODUCT archives with no success.
Maybe I am not using the correct function.

Here is my current formula

=SUMIF(M2680.001,(AND(sum(BS268+BT268-BU2680,BS268+BT268-
BU268),*AZ268*(1-BF268))))

What I want is if the first 2 conditions are met
M268 .001 and
BS268+BT268-BU268 0
then I want the sum of
BS268+BT268+BU268
if not then I want
AZ268*(1-BF268)

Any help would be greatly appreciated!
cheetah

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default SumIf or SumProduct

Try this:

=IF(AND(M2680.001,SUM(BS268:BU268)0),SUM(BS268:B U268),AZ268*(1-BF268))

Biff

wrote in message
ups.com...
I'm hoping someone can help with the following...

I tried checking the SUMIF and SUMPRODUCT archives with no success.
Maybe I am not using the correct function.

Here is my current formula

=SUMIF(M2680.001,(AND(sum(BS268+BT268-BU2680,BS268+BT268-
BU268),*AZ268*(1-BF268))))

What I want is if the first 2 conditions are met
M268 .001 and
BS268+BT268-BU268 0
then I want the sum of
BS268+BT268+BU268
if not then I want
AZ268*(1-BF268)

Any help would be greatly appreciated!
cheetah



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default SumIf or SumProduct

On Feb 12, 4:31 pm, "T. Valko" wrote:
Try this:

=IF(AND(M2680.001,SUM(BS268:BU268)0),SUM(BS268:B U268),AZ268*(1-BF268))

Biff

wrote in message

ups.com... I'm hoping someone can help with the following...

I tried checking the SUMIF and SUMPRODUCT archives with no success.
Maybe I am not using the correct function.


Here is my current formula


=SUMIF(M2680.001,(AND(sum(BS268+BT268-BU2680,BS268+BT268-
BU268),*AZ268*(1-BF268))))


What I want is if the first 2 conditions are met
M268 .001 and
BS268+BT268-BU268 0
then I want the sum of
BS268+BT268+BU268
if not then I want
AZ268*(1-BF268)


Any help would be greatly appreciated!
cheetah


Works perfectly!
Thank you for your time.
cheetah

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default SumIf or SumProduct

I just noticed that you're subtracting BU268.

Try this:

=IF(AND(M2680.001,BS268+BT268-BU2680),BS268+BT268-BU268,AZ268*(1-BF268))

Biff

wrote in message
oups.com...
On Feb 12, 4:31 pm, "T. Valko" wrote:
Try this:

=IF(AND(M2680.001,SUM(BS268:BU268)0),SUM(BS268:B U268),AZ268*(1-BF268))

Biff

wrote in message

ups.com... I'm hoping
someone can help with the following...

I tried checking the SUMIF and SUMPRODUCT archives with no success.
Maybe I am not using the correct function.


Here is my current formula


=SUMIF(M2680.001,(AND(sum(BS268+BT268-BU2680,BS268+BT268-
BU268),*AZ268*(1-BF268))))


What I want is if the first 2 conditions are met
M268 .001 and
BS268+BT268-BU268 0
then I want the sum of
BS268+BT268+BU268
if not then I want
AZ268*(1-BF268)


Any help would be greatly appreciated!
cheetah


Works perfectly!
Thank you for your time.
cheetah



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default SumIf or SumProduct

On Feb 12, 6:16 pm, "T. Valko" wrote:
I just noticed that you're subtracting BU268.

Try this:

=IF(AND(M2680.001,BS268+BT268-BU2680),BS268+BT268-BU268,AZ268*(1-BF268))

Biff

wrote in message

oups.com... On Feb 12, 4:31 pm, "T. Valko" wrote:
Try this:


=IF(AND(M2680.001,SUM(BS268:BU268)0),SUM(BS268:B U268),AZ268*(1-BF268))


Biff


wrote in message


roups.com... I'm hoping
someone can help with the following...


I tried checking the SUMIF and SUMPRODUCT archives with no success.
Maybe I am not using the correct function.


Here is my current formula


=SUMIF(M2680.001,(AND(sum(BS268+BT268-BU2680,BS268+BT268-
BU268),*AZ268*(1-BF268))))


What I want is if the first 2 conditions are met
M268 .001 and
BS268+BT268-BU268 0
then I want the sum of
BS268+BT268+BU268
if not then I want
AZ268*(1-BF268)


Any help would be greatly appreciated!
cheetah


Works perfectly!
Thank you for your time.
cheetah


I did notice that yesterday and adjusted the formula.
I was the IF and AND statements that I needed help with most.
Thanks again!
This is a great site with such intelligent individuals. I have even
subscribed to the feed!
cheetah



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default SumIf or SumProduct

I was in the process of sending my thank you when my computer froze so
I'm not sure if the message was sent - so I'm sending again!
I did notice the sum and adjusted the formula.
Thank you again!
cheetah




On Feb 12, 6:16 pm, "T. Valko" wrote:
I just noticed that you're subtracting BU268.

Try this:

=IF(AND(M2680.001,BS268+BT268-BU2680),BS268+BT268-BU268,AZ268*(1-BF268))

Biff

wrote in message

oups.com... On Feb 12, 4:31 pm, "T. Valko" wrote:
Try this:


=IF(AND(M2680.001,SUM(BS268:BU268)0),SUM(BS268:B U268),AZ268*(1-BF268))


Biff


wrote in message


roups.com... I'm hoping
someone can help with the following...


I tried checking the SUMIF and SUMPRODUCT archives with no success.
Maybe I am not using the correct function.


Here is my current formula


=SUMIF(M2680.001,(AND(sum(BS268+BT268-BU2680,BS268+BT268-
BU268),*AZ268*(1-BF268))))


What I want is if the first 2 conditions are met
M268 .001 and
BS268+BT268-BU268 0
then I want the sum of
BS268+BT268+BU268
if not then I want
AZ268*(1-BF268)


Any help would be greatly appreciated!
cheetah


Works perfectly!
Thank you for your time.
cheetah



  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default SumIf or SumProduct

Ok, thanks for the feedback!

Biff

wrote in message
oups.com...
I was in the process of sending my thank you when my computer froze so
I'm not sure if the message was sent - so I'm sending again!
I did notice the sum and adjusted the formula.
Thank you again!
cheetah




On Feb 12, 6:16 pm, "T. Valko" wrote:
I just noticed that you're subtracting BU268.

Try this:

=IF(AND(M2680.001,BS268+BT268-BU2680),BS268+BT268-BU268,AZ268*(1-BF268))

Biff

wrote in message

oups.com... On Feb 12,
4:31 pm, "T. Valko" wrote:
Try this:


=IF(AND(M2680.001,SUM(BS268:BU268)0),SUM(BS268:B U268),AZ268*(1-BF268))


Biff


wrote in message


roups.com... I'm
hoping
someone can help with the following...


I tried checking the SUMIF and SUMPRODUCT archives with no success.
Maybe I am not using the correct function.


Here is my current formula


=SUMIF(M2680.001,(AND(sum(BS268+BT268-BU2680,BS268+BT268-
BU268),*AZ268*(1-BF268))))


What I want is if the first 2 conditions are met
M268 .001 and
BS268+BT268-BU268 0
then I want the sum of
BS268+BT268+BU268
if not then I want
AZ268*(1-BF268)


Any help would be greatly appreciated!
cheetah


Works perfectly!
Thank you for your time.
cheetah





  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Ron is offline
external usenet poster
 
Posts: 250
Default SumIf or SumProduct

Try the folowing:

=IF(AND(M2680.001,(+BS268+BT268-BU268)0),(+BS268+BT268-BU268),+AZ268*(1-BF268))


" wrote:

I'm hoping someone can help with the following...

I tried checking the SUMIF and SUMPRODUCT archives with no success.
Maybe I am not using the correct function.

Here is my current formula

=SUMIF(M2680.001,(AND(sum(BS268+BT268-BU2680,BS268+BT268-
BU268),*AZ268*(1-BF268))))

What I want is if the first 2 conditions are met
M268 .001 and
BS268+BT268-BU268 0
then I want the sum of
BS268+BT268+BU268
if not then I want
AZ268*(1-BF268)

Any help would be greatly appreciated!
cheetah


  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default SumIf or SumProduct

Thank you!
This also worked.
cheetah



On Feb 12, 5:41 pm, Ron wrote:
Try the folowing:

" wrote:
I'm hoping someone can help with the following...


I tried checking the SUMIF and SUMPRODUCT archives with no success.
Maybe I am not using the correct function.


Here is my current formula


=SUMIF(M2680.001,(AND(sum(BS268+BT268-BU2680,BS268+BT268-
BU268),*AZ268*(1-BF268))))


What I want is if the first 2 conditions are met
M268 .001 and
BS268+BT268-BU268 0
then I want the sum of
BS268+BT268+BU268
if not then I want
AZ268*(1-BF268)


Any help would be greatly appreciated!
cheetah



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
sumif and sumproduct together tina Excel Discussion (Misc queries) 3 March 8th 06 01:39 PM
sumif vs sumproduct ww Excel Worksheet Functions 2 April 5th 05 02:19 AM
Sumif or Sumproduct Justine Burn via OfficeKB.com Excel Worksheet Functions 4 March 11th 05 12:42 AM
Sumif not Sumproduct David Excel Worksheet Functions 4 December 8th 04 11:39 AM
SUMIF or SUMPRODUCT or something else? || cypher || Excel Worksheet Functions 7 November 9th 04 10:45 PM


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