#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default Formulas

I need help with 2 formulas:

The first
IF E39<600 E44 is the sum of E39 + E43 AND if E39 is equal to or greater
than 600 then E44 is zero.

Second
IF E39 is =600 E49 is the sum of e39+E39 x .08 AND if E39 is <600 E49 is
zero.

Thank you!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default Formulas

hi
1. in E44 put....
=if(e39<600,e39+e43,0)

2. in e44 put...
are you sure you typed your requirement correctly???
=if(339<600,0,(E39*2)*.08)

post back if 2 above is incorrect.

Regards
FSt1

"joaniemic" wrote:

I need help with 2 formulas:

The first
IF E39<600 E44 is the sum of E39 + E43 AND if E39 is equal to or greater
than 600 then E44 is zero.

Second
IF E39 is =600 E49 is the sum of e39+E39 x .08 AND if E39 is <600 E49 is
zero.

Thank you!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Formulas

It looked as if the OP was asking for E39*1.08, not E39*2*0.08, but of
course your guess is as good as mine.
If my guess is right, the formula in E49 is =if(E39<600,0,E39*1.08) [You
had a typo or two, as well as a different interpretation.]
--
David Biddulph

"FSt1" wrote in message
...
hi
1. in E44 put....
=if(e39<600,e39+e43,0)

2. in e44 put...
are you sure you typed your requirement correctly???
=if(339<600,0,(E39*2)*.08)

post back if 2 above is incorrect.

Regards
FSt1

"joaniemic" wrote:

I need help with 2 formulas:

The first
IF E39<600 E44 is the sum of E39 + E43 AND if E39 is equal to or greater
than 600 then E44 is zero.

Second
IF E39 is =600 E49 is the sum of e39+E39 x .08 AND if E39 is <600 E49 is
zero.

Thank you!



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default Formulas

hi
you are right about the typos. thanks for catching that. as to the
interpertation....
i looked at that several times. i even asked if it was correct. so there is
some ambiguity there. the op will have to clairfy.

Regards
FSt1

"David Biddulph" wrote:

It looked as if the OP was asking for E39*1.08, not E39*2*0.08, but of
course your guess is as good as mine.
If my guess is right, the formula in E49 is =if(E39<600,0,E39*1.08) [You
had a typo or two, as well as a different interpretation.]
--
David Biddulph

"FSt1" wrote in message
...
hi
1. in E44 put....
=if(e39<600,e39+e43,0)

2. in e44 put...
are you sure you typed your requirement correctly???
=if(339<600,0,(E39*2)*.08)

post back if 2 above is incorrect.

Regards
FSt1

"joaniemic" wrote:

I need help with 2 formulas:

The first
IF E39<600 E44 is the sum of E39 + E43 AND if E39 is equal to or greater
than 600 then E44 is zero.

Second
IF E39 is =600 E49 is the sum of e39+E39 x .08 AND if E39 is <600 E49 is
zero.

Thank you!




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
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP Sherberg Excel Worksheet Functions 4 September 11th 07 01:34 AM
lookup formulas dependent upon lookup formulas Skibee Excel Worksheet Functions 1 July 20th 07 01:06 PM
automatically copy formulas down columns or copy formulas all the HowlingBlue Excel Worksheet Functions 1 March 16th 07 11:11 PM
Formulas not evaluated, Formulas treated as strings Bob Sullentrup Excel Discussion (Misc queries) 0 November 27th 06 08:01 PM
formulas for changing formulas? creativeops Excel Discussion (Misc queries) 4 January 26th 06 03:07 AM


All times are GMT +1. The time now is 11:53 PM.

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"