PC Review


Reply
Thread Tools Rate Thread

When any cell in row 19 (eg K19) equals X I want the cell in row 25 3cells before K19 (i.e. H25) to eqaul Y.

 
 
Bolo
Guest
Posts: n/a
 
      12th Mar 2008
Any tips will be greatly appreciated.

Cheers!
 
Reply With Quote
 
 
 
 
Max
Guest
Posts: n/a
 
      12th Mar 2008
Re: When any cell in row 19 (eg K19) equals X
I want the cell in row 25 3 cells before K19 (i.e. H25) to equal Y.

One way to get it done ..

In A25:
=IF(ISNA(MATCH("X",19:19,0)),"",IF(MATCH("X",19:19,0)<4,"",IF(COLUMNS($A:A)+3=MATCH("X",19:19,0),"Y","")))
Copy right across to IV25

Above of course, assumes that there's only a single "X" within row 19 at any
time. If you got more "X"'s in row 19, it'll return only the result for the
1st one (from the left)

p/s: You should always post your question in the message area. The subject
line is just that -- a brief liner hinting at the question -- it's not meant
to be the posting.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---


 
Reply With Quote
 
quiettechblue@yahoo.com
Guest
Posts: n/a
 
      15th Mar 2008
Max (E-Mail Removed) left this in microsoft.public.excel:

> Re: When any cell in row 19 (eg K19) equals X
> I want the cell in row 25 3 cells before K19 (i.e. H25) to equal Y.
>
> One way to get it done ..
>
> In A25:
>

=IF(ISNA(MATCH("X",19:19,0)),"",IF(MATCH("X",19:19,0)<4,"",IF(COLUMNS($A:A)+3=MATCH("X",19:19,0),"Y","")))
> Copy right across to IV25
>
> Above of course, assumes that there's only a single "X" within row 19
> at any time. If you got more "X"'s in row 19, it'll return only the
> result for the 1st one (from the left)
>
> p/s: You should always post your question in the message area. The
> subject line is just that -- a brief liner hinting at the question --
> it's not meant to be the posting.
> --
> Max
> Singapore
> http://savefile.com/projects/236895
> xdemechanik
> ---


A simple IF(X=K$19, X,"") ought to do the job (if i got the order of the
arguments right). Then spread it across the columns of interest.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Populate Cell with another cell, but only if the date equals today GaryS Microsoft Excel Worksheet Functions 4 1st May 2008 04:39 AM
If cell is left blank, or equals zero, then cell equals a different cell John McMurry Microsoft Excel Misc 3 13th Apr 2007 01:14 PM
Re: Very Basic Problem - Merged Cell Equals Contents of a Single Cell Dave Peterson Microsoft Excel Worksheet Functions 0 29th Dec 2006 07:37 PM
Re: Very Basic Problem - Merged Cell Equals Contents of a Single Cell T. Valko Microsoft Excel Worksheet Functions 0 29th Dec 2006 07:35 PM
How to create/run "cell A equals Cell B put Cell C info in Cell D =?Utf-8?B?YWJtYjE2MQ==?= Microsoft Excel Misc 5 26th Jan 2006 06:36 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:21 PM.