Thread: vlookup
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default New query

Sorry for posting it here. Hope someone can answer this.

I have multiple worksheets Sheet1, Sheet2 .to..Sheet7 which keep
varying in length on a weekly basis and I wish to append all these
sheets into one Mainsheet "MAIN".

All these sheets have different columns and I want to add 3 blank rows
between each table in the "MAIN" sheet. I want to create a macro so
that this is automated. Can anyone help me on this?

- Naveen



Looking-for-a-brainiac wrote:
This is just what I needed, but when I am getting an error on the "" in the
formula. I have tried just plain "", "0", and " ", but it still is not
working. Any ideas?

"Steve" wrote:

I have a column containing a vlookup formula. With blank rows vlookup returns
#N/A. To handle those situations I would like to put the vlookup formula
inside an 'if' statement that returned a value other than #N/A;ie,
If(vlookup()= "#N/A" ,0,Vlookup(....) )". However, using "#N/A" as the
condition doesn't seem to work-is there something else that does?