dynamic PROCV

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to use the PROCV function as following:
cell 1 -> type of product [name of cell group]; cell 2 -> one number; and
the function should be:
=PROCV(cell 2;cell1;x;FALSE) but the cell1 string is denied. Is there a
soluction? 'Cause this two info are not constant.

Thank's
 
Ninho said:
I need to use the PROCV function as following:
cell 1 -> type of product [name of cell group]; cell 2 -> one number;
and the function should be:
=PROCV(cell 2;cell1;x;FALSE)
but the cell1 string is denied. Is there a soluction? 'Cause this two
info are not constant.

I'm guessing that PROCV is the Portuguese language version equivalent
of the English language version's VLOOKUP function. Looks like the
English language version formula you're after is

=VLOOKUP(cell2,INDIRECT(cell1),x,0)

Up to you to translate these. Also, you find it expedient to post in
Portuguese language Excel newsgroups.
 

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