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 / March 2008

Tip: Looking for answers? Try searching our database.

VLookUp

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
SMH - 04 Mar 2008 15:53 GMT
I have three tabs within one spreadsheet, Column A holding the same data,
I.E. Last Name.  I need to know if the Last Name is found on the other tabs.  
Here is the formula I have so far:

=VLOOKUP(A2,DEC!A1:O94,1,TRUE)

Right now the result is not providing a True/False rather the value in
Column A.

Any assistance you can provide would be appreciated!!
Mike H - 04 Mar 2008 16:21 GMT
Hi,

You have 3 worksheets, Tabs are simply used to hold the name and provide
other bits of functionality.

Your formula is returning the value from column 1 of your table array and if
it finds a near match (The true switch) it returns it

Try this instead to return True/False if it finds a match
=COUNTIF(DEC!A1:A44,A2)>0

Mike

> I have three tabs within one spreadsheet, Column A holding the same data,
> I.E. Last Name.  I need to know if the Last Name is found on the other tabs.  
[quoted text clipped - 6 lines]
>
> Any assistance you can provide would be appreciated!!
 
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.