ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   formula (https://www.excelbanter.com/excel-worksheet-functions/240057-formula.html)

Help with cell function[_2_]

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"

Eduardo

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"


Sam Wilson

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"


barry houdini[_23_]

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


T. Valko

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"





All times are GMT +1. The time now is 06:14 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com