Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel Linking Formula

Status
Not open for further replies.

ebisabes

Technical User
Aug 11, 2006
71
US
if I want column B to read every 7th cell in column A is there a formula I can drag & fill like =(A1)+7Cells??????

does that make sense? in other words:

B1=A1
B2=A8
B3=A15
B4=A22

how can I do this other than individually linking each cell?
 
ok so if =OFFSET(A1,7,0,1,1) works...

if the formula in A1 reads ='Daily!AG7' & I want my offset formula to read that out of A1... can I do it without manually doing =OFFSET(Daily!AG7,7,0,1,1)

????
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top