Thread: #VALUE! ERROR
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default #VALUE! ERROR

=if(m4="","",vlookup(....

BAKERSMAN wrote:

I have a vlookup in a number of cells that is activated once another cell has
a value entered into it. The vlookup works just fine. #VALUE! diplays in the
cell until the data entry is entered. Is there a way to make the cell blank
until the data is entered? Here is my current formula

=VLOOKUP(VALUE(M4),$U$13:$V$16,2,FALSE)


--

Dave Peterson