Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 23
Default Product sum??? summing cells if a condition is true! PLEASE HELP!!

I want to use a formular to say that if certain cells equal to a word, say
"nov" then to times the sum of the corresponding cells together
What I have so far is using a sum product formula, this times' them all out
individually so I get 0*0.5% which then gets rid of that 0.5% which I need to
keep

I want to get whenever there appears a nov in column b c and d for the
correspondiong cells to be added up and times together.

amount 0 100 50

percent 0.50% 0.50% 0.50%

date nov nov nov


product 0.75 <-- = SUMPRODUCT(A4:C4,A6:C6,(A8:C8="nov")*1)

product (2) 2.25 <-- = =(0+100+50)*(0.5%+0.5%+0.5%)

Please can anyone help??

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Product sum??? summing cells if a condition is true! PLEASE HELP!!

=SUMIF(A8:C8,"Nov",A4:C4)*SUMIF(A8:C8,"Nov",A6:C6)

You could of course replace 'Nov" with a cell reference to some other cell
to help make the formula more dynamic.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"laandmc" wrote:

I want to use a formular to say that if certain cells equal to a word, say
"nov" then to times the sum of the corresponding cells together
What I have so far is using a sum product formula, this times' them all out
individually so I get 0*0.5% which then gets rid of that 0.5% which I need to
keep

I want to get whenever there appears a nov in column b c and d for the
correspondiong cells to be added up and times together.

amount 0 100 50

percent 0.50% 0.50% 0.50%

date nov nov nov


product 0.75 <-- = SUMPRODUCT(A4:C4,A6:C6,(A8:C8="nov")*1)

product (2) 2.25 <-- = =(0+100+50)*(0.5%+0.5%+0.5%)

Please can anyone help??

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
need help summing product of two arrays rl Excel Discussion (Misc queries) 2 March 6th 08 09:40 PM
TRUE condition??? pmguerra Excel Discussion (Misc queries) 2 June 5th 06 04:27 PM
Summing inventory by quarter and product# patrick Excel Worksheet Functions 1 May 9th 06 08:57 PM
Summing "False" and "True" Jeff Excel Discussion (Misc queries) 7 August 25th 05 03:50 AM
summing an array by product category BLW Excel Worksheet Functions 4 May 18th 05 11:13 PM


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