A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

formula help, if cell contains cell, then result



 
 
Thread Tools Display Modes
  #1  
Old April 14th, 2004, 04:37 PM
Frank Kabel
external usenet poster
 
Posts: n/a
Default formula help, if cell contains cell, then result

Hi
not really sure but maybe if your lookup data is in column A+B and the
search value in cell C1 try
=VLOOKUP(C1,A1:B100,2,0)

--
Regards
Frank Kabel
Frankfurt, Germany


i need to know how to write the formula for:

if (cell) contains (cell), then (cell)

basically what i am looking to do is similar to a v-lookup but with
two parameters.

HELP PLEASE


---
Message posted from http://www.ExcelForum.com/


  #2  
Old April 14th, 2004, 06:12 PM
David McRitchie
external usenet poster
 
Posts: n/a
Default formula help, if cell contains cell, then result

Question is certainly missing an example, in fact without
use of VLOOKUP in question it would almost seem
=IF(A1=B1,C1,"")

but for a double lookup or triple lookup there are some
examples in the bottom half of my VLOOKUP page that
incorporate VLOOKUP, INDEX, MATCH
VLOOKUP Worksheet Function
http://www.mvps.org/dmcritchie/excel/vlookup.htm
and of course more material in the Related References at
the bottom of that page.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Frank Kabel" wrote ...
not really sure but maybe if your lookup data is in column A+B and the
search value in cell C1 try
=VLOOKUP(C1,A1:B100,2,0)

"eringreene " wrote
i need to know how to write the formula for:

if (cell) contains (cell), then (cell)

basically what i am looking to do is similar to a v-lookup but with
two parameters.

HELP PLEASE




 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:24 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.