#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 82
Default Formula question

I am trying to complete the following.

In s141 i have a drop list with 'yes' and 'no' as possiblities.

In x141 i have a drop list with 3 possible choices, .02 , .04 , or .08

g141 is the originating cell

p159 is the answer cell.

if s141 remains empty or has 'no' chosen from the drop list i need p159 to
remain blank, however if 'yes' is in s141 then i need the answer from g141
multiplied by .02 or .04 or .08 (which ever one is chosen from the drop list
in x141) to be displayed in p159.

Can anybody help?


Thanks in advance.

Scoober
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Formula question

Try this...

=IF(S141="yes",G141*X141,"")

--
Biff
Microsoft Excel MVP


"Scoober" wrote in message
...
I am trying to complete the following.

In s141 i have a drop list with 'yes' and 'no' as possiblities.

In x141 i have a drop list with 3 possible choices, .02 , .04 , or .08

g141 is the originating cell

p159 is the answer cell.

if s141 remains empty or has 'no' chosen from the drop list i need p159 to
remain blank, however if 'yes' is in s141 then i need the answer from g141
multiplied by .02 or .04 or .08 (which ever one is chosen from the drop
list
in x141) to be displayed in p159.

Can anybody help?


Thanks in advance.

Scoober



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,942
Default Formula question

hi
i assume that someone is going to enter a number in G141 and that S141 and
X141 are data validation so....
in P159 enter this formula....

=IF(OR(S141="No",S141=""),"",G141*X141)

regards
FSt1

"Scoober" wrote:

I am trying to complete the following.

In s141 i have a drop list with 'yes' and 'no' as possiblities.

In x141 i have a drop list with 3 possible choices, .02 , .04 , or .08

g141 is the originating cell

p159 is the answer cell.

if s141 remains empty or has 'no' chosen from the drop list i need p159 to
remain blank, however if 'yes' is in s141 then i need the answer from g141
multiplied by .02 or .04 or .08 (which ever one is chosen from the drop list
in x141) to be displayed in p159.

Can anybody help?


Thanks in advance.

Scoober

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
Newbie Formula Question - how to get formula to repeat in each subsequent row? [email protected] New Users to Excel 2 January 10th 10 05:02 PM
If Then Formula Question IF Statement Values Excel Worksheet Functions 1 March 10th 09 07:35 PM
Formula question Tammy Excel Worksheet Functions 1 March 10th 09 06:29 PM
Formula Question Stephanie Excel Discussion (Misc queries) 3 June 27th 08 07:26 PM
Newbie Question - Subtraction Formula Question [email protected] Excel Discussion (Misc queries) 3 May 5th 06 05:50 PM


All times are GMT +1. The time now is 12:25 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"