Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
carl
 
Posts: n/a
Default VLOOKUP if a Cell is not Blank

I have formulas in ColA. I would like to vlookup ColA if the cell is not
blank. IIf the cell is blank (formula only) I would like the cell to be
blank. Is it possible ?

Thank you in advance.
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

=IF(ISNUMBER(MATCH(H2,A1:A100,0)),VLOOKUP(H2:A1:C1 00,2,0),"")

adapt to fit

Regards,

Peo Sjoblom

"carl" wrote in message
...
I have formulas in ColA. I would like to vlookup ColA if the cell is not
blank. IIf the cell is blank (formula only) I would like the cell to be
blank. Is it possible ?

Thank you in advance.



  #3   Report Post  
Harlan Grove
 
Posts: n/a
Default

Peo Sjoblom wrote...
=IF(ISNUMBER(MATCH(H2,A1:A100,0)),VLOOKUP(H2:A1:C 100,2,0),"")

....

Save a function call. Fix a typo (H2:A1:C100 - H2,A1:C100).

=IF(COUNTIF(A1:A100,H2),VLOOKUP(H2,A1:C100,2,0),"" )

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VLOOKUP, OFFSET, MATCH PROBLEM, HELP? Steve Excel Worksheet Functions 0 January 30th 05 09:11 PM
Cell set to wrap text and blank line -- fix? Fred Holmes Excel Discussion (Misc queries) 0 January 25th 05 07:10 PM
COPY A CONCATENATE CELL TO BLANK CELL PUTTING IN THE NEXT BLANK C. QUEST41067 Excel Discussion (Misc queries) 1 January 15th 05 09:29 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM
VLookup resulting in a blank cell... KempensBoerke Excel Worksheet Functions 1 October 28th 04 09:57 PM


All times are GMT +1. The time now is 07:51 AM.

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

About Us

"It's about Microsoft Excel"