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

G12 has a dropdown menu in it, Y for YES, N for NO.
I12 is where the answers will go.
So if I pick N from the dropdown box in G12 , I need it to show a answer of 0
in I12. If I choose Y in cell G12 , I need it to use this formula
=Roundup(E12/300,0) so that it will give me a answer in cell I12. How to I
write this and get
it to work?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default help

In I12 enter:

=IF(G12="N",0,ROUNDUP(E12/300,0))

--
Gary''s Student - gsnu200774


"Art" wrote:

G12 has a dropdown menu in it, Y for YES, N for NO.
I12 is where the answers will go.
So if I pick N from the dropdown box in G12 , I need it to show a answer of 0
in I12. If I choose Y in cell G12 , I need it to use this formula
=Roundup(E12/300,0) so that it will give me a answer in cell I12. How to I
write this and get
it to work?

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

thank you very much, it works.

"Gary''s Student" wrote:

In I12 enter:

=IF(G12="N",0,ROUNDUP(E12/300,0))

--
Gary''s Student - gsnu200774


"Art" wrote:

G12 has a dropdown menu in it, Y for YES, N for NO.
I12 is where the answers will go.
So if I pick N from the dropdown box in G12 , I need it to show a answer of 0
in I12. If I choose Y in cell G12 , I need it to use this formula
=Roundup(E12/300,0) so that it will give me a answer in cell I12. How to I
write this and get
it to work?

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 08:49 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"