Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default use other cell information to put formula in current cell

if cell e 14 = y and cell g14 is less than 15, h14 should be y...how do i do
it? Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default use other cell information to put formula in current cell

Put this in H14:

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

Hope this helps.

Pete


On Aug 18, 1:57*pm, Help with cell function <Help with cell
wrote:
if cell e 14 = y and cell g14 is less than 15, h14 should be y...how do i do
it? Thanks


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default use other cell information to put formula in current cell

Help with cell function wrote:
if cell e 14 = y and cell g14 is less than 15, h14 should be y...how do i do
it? Thanks


And if E14 < "Y" or G14=15, what should be in H14?
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 523
Default use other cell information to put formula in current cell

Put this in H14

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

"Help with cell function" wrote:

if cell e 14 = y and cell g14 is less than 15, h14 should be y...how do i do
it? Thanks

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,722
Default use other cell information to put formula in current cell

What happens if criteria is not met?
Something like this in cell H14 is what you're looking for:

=IF(AND(E14="y",G14<15),"y","Criteria not met")

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Help with cell function" wrote:

if cell e 14 = y and cell g14 is less than 15, h14 should be y...how do i do
it? Thanks



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default use other cell information to put formula in current cell


Help with cell function;456453 Wrote:
if cell e 14 = y and cell g14 is less than 15, h14 should be y...how do
i do
it? ThanksPut this forumula in H14

=IF(AND(E14=y,G14<15),E14,"False")
You didn't state what should be shown if the statement wasn't true but
just chage "False" to whatever you want.


--
Simon Lloyd

Regards,
Simon Lloyd
'Microsoft Office Help' (http://www.thecodecage.com)
------------------------------------------------------------------------
Simon Lloyd's Profile: http://www.thecodecage.com/forumz/member.php?userid=1
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=126337

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
How to use the rownumber of the current cell in a formula Wim Goelen Excel Worksheet Functions 3 October 28th 08 08:47 PM
formula to change current cell value Robert H Excel Worksheet Functions 2 February 20th 07 07:39 AM
formula won't paste from one cell to another with current cell inf kentndebra Excel Worksheet Functions 1 August 22nd 06 04:52 PM
formula, move to previous cell when the current cell=0 or empty osama amer Excel Discussion (Misc queries) 0 May 29th 06 12:18 PM
Can I get current #row or #column in cell formula? ryany Excel Discussion (Misc queries) 2 February 13th 06 11:27 AM


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