=B<value of A>

  • Thread starter Thread starter floortje
  • Start date Start date
F

floortje

Hi, Is it possible to create a function that uses the value of a field
as a pointer for another row

this is what I want
no-A-B
1-3-blaat
2- -booh
3-1-test

should become
no-A-B-C
1-3-blaat-test (since A=3 and B3 is test I need the value of B3)
2- -booh- (empty since A2=empty)
3-1-test-blaat (since A=1 and A1=blaat I need the value of B1)

Floortje
 
In C1, enter the following:
=IF(ISERR(INDIRECT("B"&A1)),"",INDIRECT("B"&A1))

and copy down.

Mangesh
 
Great !! Even more help then I was hoping for !! Thx verry much

Floortje
 

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