#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 33
Default formula

I need to know if I can get a formula for the following:

If cell E14 is "y" and G14 is less than or equal to 14 the H14 should be "y"
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default formula

Hi,
in H14 enter
if(and(E14="Y",G14<=14),"Y","")

In the case you have other values in E14 and G14 it will enter a blank if
you want other thing like an N enter replace "" in the formula with "N"

if this helps please click yes thanks

"Help with cell function" wrote:

I need to know if I can get a formula for the following:

If cell E14 is "y" and G14 is less than or equal to 14 the H14 should be "y"

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 523
Default formula

In H14

=IF(AND(E14="Y",G14<=14),"","Y")

That's the same answer as for your earlier post...

"Help with cell function" wrote:

I need to know if I can get a formula for the following:

If cell E14 is "y" and G14 is less than or equal to 14 the H14 should be "y"

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default formula


Help with cell function;456786 Wrote:
I need to know if I can get a formula for the following:

If cell E14 is "y" and G14 is less than or equal to 14 the H14 should
be "y"


Try this formula in H14

=IF(AND(E14="y",G14<=14),"y","")


--
barry houdini
------------------------------------------------------------------------
barry houdini's Profile: http://www.thecodecage.com/forumz/member.php?userid=72
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=126434

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default formula

Try this:

=IF(AND(E14="y",G14<"",G14<=14),"y","")

--
Biff
Microsoft Excel MVP


"Help with cell function"
wrote in message ...
I need to know if I can get a formula for the following:

If cell E14 is "y" and G14 is less than or equal to 14 the H14 should be
"y"



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