G
Guest
Hi Trot,
If the depending cells are in a fixed column I would use
Vlookup
Assuming you have your Master table in sheet2 ,A1:B2 like:
A 15.000.000
B 10.000.000
Then put in I3, J3 and K3:
=vlookup($f3,sheet2!$a$1:$b$2,2,false)
If you then enter A or B in F3, the result will appear in
the other cells.
Copy this formula down to all the cells you need.
If this is not what you want, please post again
Wolf
If the depending cells are in a fixed column I would use
Vlookup
Assuming you have your Master table in sheet2 ,A1:B2 like:
A 15.000.000
B 10.000.000
Then put in I3, J3 and K3:
=vlookup($f3,sheet2!$a$1:$b$2,2,false)
If you then enter A or B in F3, the result will appear in
the other cells.
Copy this formula down to all the cells you need.
If this is not what you want, please post again
Wolf