#1   Report Post  
Shaya M
 
Posts: n/a
Default Vlookups

I have created a general order form in excel using vlookups, i would like to
know if in repeating the function throughout a colomn is it possible to not
have the #N/A show if there is nothing entered into it
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

You could use Format|conditional formatting to hide errors (white text on white
fill).

Or you could change your =vlookup() formula:

=if(iserror(yourformula)),"",yourformula)



Shaya M wrote:

I have created a general order form in excel using vlookups, i would like to
know if in repeating the function throughout a colomn is it possible to not
have the #N/A show if there is nothing entered into it


--

Dave Peterson
  #3   Report Post  
writetovijeta
 
Posts: n/a
Default


Hello Shaya,

Thanks for replying.

Yeah, it may show #N/A if nothing is enetred into it.

Hello Dave,

I used your formula as well
"=if(iserror(yourformula)),"",yourformula)", it isn't working.

Waiting for the response.

Regards,
Vijeta


--
writetovijeta
------------------------------------------------------------------------
writetovijeta's Profile: http://www.officehelp.in/member.php?userid=68
View this thread: http://www.officehelp.in/showthread.php?t=650711
Visit - http://www.officehelp.in | http://www.officehelp.in/index/index.php/

  #4   Report Post  
Max
 
Posts: n/a
Default

"=if(iserror(yourformula)),"",yourformula)", it isn't working.

What Dave gave should work..
maybe you could post the exact formula you're using?
What's the results you're getting?

.. if nothing is entered into it ..


Another way to approach this, where lookup formulas are copied ahead of
expected data entry into the lookup cells would be to use something like:

=IF(A1="","",VLOOKUP(A1,Sheet2!A:B,2,0))

The above, of course, would still return #N/A
if there was no match found for an input in A1

But it'll serve the purpose in keeping the formula cell "blank"
as per original post, viz.:
is it possible to not have the #N/A show
if there is nothing entered into it


--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"writetovijeta" wrote in message
...

Hello Shaya,

Thanks for replying.

Yeah, it may show #N/A if nothing is enetred into it.

Hello Dave,

I used your formula as well
"=if(iserror(yourformula)),"",yourformula)", it isn't working.

Waiting for the response.

Regards,
Vijeta



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
vlookups Valerie S. Excel Worksheet Functions 0 January 28th 05 12:55 AM
multiple vlookups inthestands Excel Worksheet Functions 0 January 13th 05 06:35 PM
multiple vlookups inthestands Excel Worksheet Functions 1 January 12th 05 09:07 PM
Summing vlookups? Patti Excel Worksheet Functions 4 December 17th 04 07:29 PM
Vlookups wmjenner Excel Worksheet Functions 2 November 23rd 04 10:39 PM


All times are GMT +1. The time now is 08:06 AM.

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

About Us

"It's about Microsoft Excel"