#1   Report Post  
nospam
 
Posts: n/a
Default error N/A

Hi,
I am using the following formula in a cell AJ44

=IF(AJ43<"",VLOOKUP(AJ43,$A$3:$AG$28,33,FALSE),"" )

if I have a value in aj43 that is not in the vlookup table range then
aj44 shows #n/a, if I then delete the value in aj43 the cell aj44 shows
as empty.

how can I make the cell AJ44 be blank but still leave a value in aj43?

  #2   Report Post  
Richard Buttrey
 
Posts: n/a
Default

On Mon, 12 Sep 2005 23:32:41 +0100, nospam
wrote:

Hi,
I am using the following formula in a cell AJ44

=IF(AJ43<"",VLOOKUP(AJ43,$A$3:$AG$28,33,FALSE)," ")

if I have a value in aj43 that is not in the vlookup table range then
aj44 shows #n/a, if I then delete the value in aj43 the cell aj44 shows
as empty.

how can I make the cell AJ44 be blank but still leave a value in aj43?



=IF(ISERROR(VLOOKUP(AJ43,$A$3:$AG$28,33,FALSE)),"" ,VLOOKUP(AJ43,$A$3:$AG$28,33,FALSE))

Rgds
__
Richard Buttrey
Grappenhall, Cheshire, UK
__________________________
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



All times are GMT +1. The time now is 03:01 PM.

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"