Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Help with Formula

I need to create a formula as follows: If A8<=4 then E8=sum(A8+2)*1.1 or if
A84<=10 then E8=sum(A8+4)*1.1 or if A810<=25 then E8=sum(A8+6)*1.1 etc.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Help with Formula

Maybe something along these lines:
=IF(AND(A80,A8<=4),(E8+2)*1.1,IF(AND(A84,A8<=10) ,(E8+4)*1.1,IF(AND(A810,A8<=25),(E8+6)*1.1,"")))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"lizzyp" wrote:
I need to create a formula as follows: If A8<=4 then E8=sum(A8+2)*1.1 or if
A84<=10 then E8=sum(A8+4)*1.1 or if A810<=25 then E8=sum(A8+6)*1.1 etc.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 329
Default Help with Formula

Hi lizzyp,

Perhaps something along the lines of:
=SUM(A8+(1+(A84)+(A810)+(A825))*2)*1.1

Cheers
--
macropod
[MVP - Microsoft Word]
-------------------------

"lizzyp" wrote in message ...
I need to create a formula as follows: If A8<=4 then E8=sum(A8+2)*1.1 or if
A84<=10 then E8=sum(A8+4)*1.1 or if A810<=25 then E8=sum(A8+6)*1.1 etc.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Help with Formula

That worked great - just had to change the E in your formula below to A and
it did exactly what I wanted, thanks for your time & help.

"Max" wrote:

Maybe something along these lines:
=IF(AND(A80,A8<=4),(E8+2)*1.1,IF(AND(A84,A8<=10) ,(E8+4)*1.1,IF(AND(A810,A8<=25),(E8+6)*1.1,"")))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"lizzyp" wrote:
I need to create a formula as follows: If A8<=4 then E8=sum(A8+2)*1.1 or if
A84<=10 then E8=sum(A8+4)*1.1 or if A810<=25 then E8=sum(A8+6)*1.1 etc.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Help with Formula

Sorry about the mix up. Glad you got it sorted out ok <g
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"lizzyp" wrote:
That worked great - just had to change the E in your formula below to A and
it did exactly what I wanted, thanks for your time & help.




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Help with Formula

I wouldn't have without you giving me the foundation to do so, thanks again.

"Max" wrote:

Sorry about the mix up. Glad you got it sorted out ok <g
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"lizzyp" wrote:
That worked great - just had to change the E in your formula below to A and
it did exactly what I wanted, thanks for your time & help.


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Help with Formula

Yes, but you can lose the SUM() function.

Where the OP was asking for =sum(A8+2)*1.1, =(A8+2)*1.1 would have done the
job.
--
David Biddulph

"macropod" wrote in message
...
Hi lizzyp,

Perhaps something along the lines of:
=SUM(A8+(1+(A84)+(A810)+(A825))*2)*1.1

Cheers
--
macropod
[MVP - Microsoft Word]
-------------------------

"lizzyp" wrote in message
...
I need to create a formula as follows: If A8<=4 then E8=sum(A8+2)*1.1 or
if A84<=10 then E8=sum(A8+4)*1.1 or if A810<=25 then E8=sum(A8+6)*1.1
etc.



  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Help with Formula

Ahh, that's real nice of you there.
Your kind comments are fully appreciated by this responder.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
On Feb 26, 7:38 pm, lizzyp wrote:
I wouldn't have without you giving me the foundation to do so, thanks again.


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



All times are GMT +1. The time now is 12:42 AM.

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"