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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Data Fill for Rows

Status
Not open for further replies.

genuineblonde

Technical User
Jun 8, 2001
30
US
I need to automatically populate blank cells based on the first non blank cell above. Any ideas?

Not all cells are blank in a row. Variable # of blanks rows.


 
Hi, GB,

I entered this formula in row 18. Adjust the range accordingly...
Code:
=IF(ISNA(INDEX(A1:A17,MATCH(9,A1:A17,1),1)),INDEX(A1:A17,MATCH("z",A1:A17,1),1),INDEX(A1:A17,MATCH(9,A1:A17,1),1))
Hope this helps :) Skip,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top