chrisguk
Board Regular
- Joined
- Jan 10, 2011
- Messages
- 135
Hi,
For the purpose of this question I have two sheets named "Data" and "Compiled".
Data - This has predetermined headers and the raw data is pasted in only.
Compiled - The first column of this sheet has a formula like so:
The problem is I cannot autofil column A and I dont know how to do it with VBA which would be my idea solution. For example.
Column A1 look at Data!A1 and count how many rows are populated then autofill that value.
Hope that makes sense?
For the purpose of this question I have two sheets named "Data" and "Compiled".
Data - This has predetermined headers and the raw data is pasted in only.
Compiled - The first column of this sheet has a formula like so:
Code:
=IF(Data!A5=0,"",Data!A5)
The problem is I cannot autofil column A and I dont know how to do it with VBA which would be my idea solution. For example.
Column A1 look at Data!A1 and count how many rows are populated then autofill that value.
Hope that makes sense?