Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Can anyone figure a formula for this?? Please?

when I30 is 40
then sum all cells (D23:27)8 so in other words add each cell that is
greater than 8 like (d23-8)+(d24-8)+ and so on
then take that amount and sum it with d28 and d29

so for example D23=10
D24=8
D25=10
D26=10
D27=8
D28=8
D29=8
THEN THE SUM WOULD= 22
2 FROM D23
2 FROM D25
2 FROM D26
8 FROM D28
AND 8 FROM D29

YOUR HELP IS VERY MUCH APPRECIATED!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Can anyone figure a formula for this?? Please?

=IF(I3040,SUMIF(D23:D27,"=8")-COUNTIF(D23:D27,"=8")*8)+SUM(D28:D29)

Vaya con Dios,
Chuck, CABGx3



"Bianca" wrote:

when I30 is 40
then sum all cells (D23:27)8 so in other words add each cell that is
greater than 8 like (d23-8)+(d24-8)+ and so on
then take that amount and sum it with d28 and d29

so for example D23=10
D24=8
D25=10
D26=10
D27=8
D28=8
D29=8
THEN THE SUM WOULD= 22
2 FROM D23
2 FROM D25
2 FROM D26
8 FROM D28
AND 8 FROM D29

YOUR HELP IS VERY MUCH APPRECIATED!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Can anyone figure a formula for this?? Please?

=IF(I3040,SUM(IF(D23:D278,D23:D27-8))+D28+D29,0)

which is an array formula, it should be committed with Ctrl-Shift-Enter, not
just Enter.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Bianca" wrote in message
...
when I30 is 40
then sum all cells (D23:27)8 so in other words add each cell that is
greater than 8 like (d23-8)+(d24-8)+ and so on
then take that amount and sum it with d28 and d29

so for example D23=10
D24=8
D25=10
D26=10
D27=8
D28=8
D29=8
THEN THE SUM WOULD= 22
2 FROM D23
2 FROM D25
2 FROM D26
8 FROM D28
AND 8 FROM D29

YOUR HELP IS VERY MUCH APPRECIATED!



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
Formula to figure bonus EboniDimplz Excel Worksheet Functions 3 April 19th 06 01:24 AM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
How do figure excel formula out? rlrlatr35 Excel Discussion (Misc queries) 2 January 3rd 05 06:11 AM


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