#1   Report Post  
Posted to microsoft.public.excel.misc
Art Art is offline
external usenet poster
 
Posts: 587
Default help?

Can someone help me with a formula? I 'm using a dropdown menu in one cell,
in the other cell I need the answer. The dropdown list cell has a y for yes,
n for no.
The other cell where the answer will go needs to show if i pick N from
dropdown list , it needed to show 0. If I pick Y from dropdown list in needs
to put in a formula in that cell so it can calculate answer. Can someone help
me?


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default help?

Here is an example. Cell a1 will have either y or n; in B1 enter:

=IF(A1="n",0,C1+D1)

put your formula in inplace of C1+D1
--
Gary''s Student - gsnu200774


"Art" wrote:

Can someone help me with a formula? I 'm using a dropdown menu in one cell,
in the other cell I need the answer. The dropdown list cell has a y for yes,
n for no.
The other cell where the answer will go needs to show if i pick N from
dropdown list , it needed to show 0. If I pick Y from dropdown list in needs
to put in a formula in that cell so it can calculate answer. Can someone help
me?


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 05:51 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"