naming formula

  • Thread starter Thread starter R.VENKATARAMAN
  • Start date Start date
R

R.VENKATARAMAN

i was trying to name a fomula
<=vlookup($B6,table,3,false)>
now in the name the B6 is with respet to the sheet in which I originally
named the formula. But I would like the name to take the B6 of the acitve
sheet. I realise this can be done with a vba procedure. But is it possible
to use worksheet function in this case. I hope I made mself clear.

if the name is rv when I use this name in sheet1 it should refer to
sheet1-B6. If i use that name in sheet2 it should refer to sheet2 B6.
 
thanks.

I already have BOB Philips article. but it is not clear how to create <
local names>
perhpas this functionality is not available in excel 2000.
 
R.VENKATARAMAN said:
i was trying to name a fomula

LFormula defined as:

=VLOOKUP(!$B$6,Table,3,0)

would cover your intent. But I don't think this is a good practice.
 
thank you. I have this addin and I used with some sweating I managed to do
what i want.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top