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 / Worksheet Functions / September 2005

Tip: Looking for answers? Try searching our database.

Connect columns, with restrictions

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Philipp Andre - 13 Sep 2005 13:50 GMT
Hi all,

Hope you can help me out with this problem.

One column is made up of codes (numbers  (1-100), which are repeated and not
arranged in a certain way).  The column next to it is composed of minutes
spend to complete a particular code (minutes change).

There are in total 33 codes, out of a possible 100 I am interested in.

How can I extract, or identify (True/False?) the minutes that belong to the
33 codes? (I have tried via OR statement, however it is limited to 30
epressions).

Thanks a lot in advance.

Philipp
Dave Peterson - 13 Sep 2005 13:59 GMT
Put your 33 codes in another worksheet (A1:A33)

Then insert another column
and use a formula like:

=isnumber(match(a1,sheet2!a:a,0))

True means there was a match.

> Hi all,
>
[quoted text clipped - 13 lines]
>
> Philipp

Signature

Dave Peterson

Philipp Andre - 13 Sep 2005 16:16 GMT
Thanks a lot Dave,

problem solved!

> Put your 33 codes in another worksheet (A1:A33)
>
[quoted text clipped - 22 lines]
> >
> > Philipp
Anirudh - 13 Sep 2005 14:14 GMT
hi try this

let your data in sheet one in column a1 to a33
in onther sheet column a1 write code from 1-100, and use vlookup function in
column is
=vlookup(a1,'sheet1a1'!A1:a65536,1,0)
than use filter and remove #n/a

> Hi all,
>
[quoted text clipped - 13 lines]
>
> Philipp
 
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.