Hi ,
The problem is that in the individual sheets you have the header as "Car " , with a space after the r ; first remove this space.
Once this is done , put the following formula in B3 , and copy it across and down in each of the tabs Car , Furniture and Watches :
=INDEX(INDIRECT($A3&"!"&"$A$2:$D$13"),MATCH(B$2,INDIRECT($A3&"!"&"$A$2:$A$13"),0),0) INDEX(INDIRECT($A3&"!"&"$B$1:$D$13"),0,MATCH($B$1,INDIRECT($A3&"!"&"$B$1:$D$1"),0))
Narayan