#1   Report Post  
Posted to microsoft.public.excel.misc
Zul Zul is offline
external usenet poster
 
Posts: 7
Default Formula

Appreciate if anybody can help me on the below request.

B4 has a fixed amount of 50000

B6, B7, B8€¦. downwards will have various figures (ex. 50000, 40000, 35000)

E6, E7, E8€¦. downwards can have 500, 250 or 0

I want a formula in f6 to check if E6 is 500 then check B6 is greater than
85% of B4 if yes E6 multiply by 2 if not 0. If E6 is 250 then check B6 is
greater than 80% of B4 if yes E6 multiply by 2 if not 0. If E6 is 0 then F6
is 0.


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

=IF(E6=500,IF(B6B4*85%,E6*2,0),IF(E6=250,IF(B6B4 *80%,E6*2,0),IF(E6=0,0,"answer
undefined")))
--
David Biddulph

"Zul" wrote in message
...
Appreciate if anybody can help me on the below request.

B4 has a fixed amount of 50000

B6, B7, B8.. downwards will have various figures (ex. 50000, 40000, 35000)

E6, E7, E8.. downwards can have 500, 250 or 0

I want a formula in f6 to check if E6 is 500 then check B6 is greater than
85% of B4 if yes E6 multiply by 2 if not 0. If E6 is 250 then check B6 is
greater than 80% of B4 if yes E6 multiply by 2 if not 0. If E6 is 0 then
F6
is 0.




  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 747
Default Formula

try this

=IF(E6=500,IF(B6B4*85%,E6*2,0),IF(E6=250,IF(B6B4 *80%,E6*2,0),0))


On Feb 12, 10:10*pm, Zul wrote:
Appreciate if anybody can help me on the below request.

B4 has a fixed amount of 50000

B6, B7, B8…. downwards will have various figures (ex. 50000, 40000, 35000)

E6, E7, E8…. downwards can have 500, 250 or 0

I want a formula in f6 to check if E6 is 500 then check B6 is greater than
85% of B4 if yes E6 multiply by 2 if not 0. If E6 is 250 then check B6 is
greater than 80% of B4 if yes E6 multiply by 2 if not 0. If E6 is 0 then F6
is 0.


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:53 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"