Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to figure bonus | Excel Worksheet Functions | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
How do figure excel formula out? | Excel Discussion (Misc queries) |