#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 71
Default Sumproduct question

Hello,

I have this forumal:

=SUMPRODUCT((A5)*(N5="JS"))
easy enough this works fine.

My question is how on earth can I include another variable in this
formula? I would like the resulting value of this formula to be
divided by 2 if cell BU5 equals the number 1.

Any ideas?

Thanks,

Chris

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Sumproduct question

Maybe...
=(SUMPRODUCT(A5*(N5="JS"))) / (if(bu5=1,2,1))

or dropping the =sumproduct() <it isn't necessary
=(A5*(N5="JS")) / (if(bu5=1,2,1))

0r even:

=(A5*(N5="JS")) / (1+(bu5=1))

Chris wrote:

Hello,

I have this forumal:

=SUMPRODUCT((A5)*(N5="JS"))
easy enough this works fine.

My question is how on earth can I include another variable in this
formula? I would like the resulting value of this formula to be
divided by 2 if cell BU5 equals the number 1.

Any ideas?

Thanks,

Chris


--

Dave Peterson
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
Another sumproduct question wx4usa Excel Discussion (Misc queries) 3 July 31st 07 05:33 AM
SUMPRODUCT question Conan Kelly Excel Worksheet Functions 2 January 5th 07 08:26 PM
sumproduct question [email protected] Excel Discussion (Misc queries) 5 November 8th 06 10:17 PM
SUMPRODUCT question Barb Reinhardt Excel Worksheet Functions 9 October 2nd 06 01:42 PM
Sumproduct question? wahur Excel Worksheet Functions 1 May 17th 06 11:40 AM


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