Information on multiple Excel Worksheets. - Microsoft Community
                Office                /                        Excel                    /                        Microsoft Office Programming                
 
  
let's that you enter t-shirt size in cell b2 on sheet 2, , want in cell c4 on sheet 1.
select c4 on sheet 1 , enter following formula:
=if('sheet 2'!b2="","",'sheet 2'!b2)
change sheet 2 real name of worksheet.
cell c4 on sheet 1 show same value cell b2 on sheet 2.
                Office                /                        Excel                    /                        Microsoft Office Programming                
 
  
Comments
Post a Comment