PC Review


Reply
Thread Tools Rate Thread

Can anyone figure a formula for this?? Please?

 
 
=?Utf-8?B?QmlhbmNh?=
Guest
Posts: n/a
 
      11th Jul 2006
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 With Quote
 
 
 
 
=?Utf-8?B?Q0xS?=
Guest
Posts: n/a
 
      11th Jul 2006
=IF(I30>40,SUMIF(D2327,">=8")-COUNTIF(D2327,">=8")*8)+SUM(D2829)

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!

 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      11th Jul 2006
=IF(I30>40,SUM(IF(D2327>8,D2327-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" <(E-Mail Removed)> wrote in message
news:E45990E7-E38C-4447-97CB-(E-Mail Removed)...
> 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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can not figure out appropriate formula bif Microsoft Excel Misc 1 10th Mar 2009 02:43 AM
Can't figure out a formula Dolphin Microsoft Excel Worksheet Functions 1 25th Aug 2008 09:59 PM
I can't figure out this formula =?Utf-8?B?U3RldmU=?= Microsoft Excel Misc 1 15th Jul 2005 03:59 PM
Cannot figure ot formula-HELP Please Mary19 Microsoft Excel Misc 2 24th May 2004 12:14 AM
Can't figure out a formula brian Microsoft Excel Worksheet Functions 2 24th Feb 2004 08:57 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:22 PM.