Thread: VLOOKUP Problem
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
ckrogers ckrogers is offline
external usenet poster
 
Posts: 25
Default VLOOKUP Problem

Hello. I'm trying to find out if a cell value is on another sheet on my
workbook. I'm using the VLOOKUP function

=VLOOKUP(G28,'FILE-DSPF'!H24:H27,7,0)

Column "7" in the third parameter will just return the cell value again ...
so I'm thinking if it's blank there was no match. The cell with the VLOOKUP
formula is formatted "GENERAL" ... but it's just displaying the formula, not
the result.

What am I doing wrong? Or is there a better way to do this?

Thanks for any and all help.