P Pottsz Jan 16, 2008 #1 On Sheet A, cells A1:A100, I want to reference the values from Sheet B, cells B2:b101. Is there an easy way to accomplish this?
On Sheet A, cells A1:A100, I want to reference the values from Sheet B, cells B2:b101. Is there an easy way to accomplish this?
D Dave Peterson Jan 16, 2008 #2 Put this on Sheet A, in cell A1: =if('Sheet B'!b2="","",'sheet b'!b2) and drag down 99 more rows.