Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / March 2008

Tip: Looking for answers? Try searching our database.

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 eqaul Y.

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Bolo - 12 Mar 2008 03:35 GMT
Any tips will be greatly appreciated.

Cheers!
Max - 12 Mar 2008 10:01 GMT
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.
Signature

Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---

quiettechblue@yahoo.com - 15 Mar 2008 20:34 GMT
Max demechanik@yahoo.com 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
>
[quoted text clipped - 11 lines]
> 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.

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.