zakasnak
Active Member
- Joined
- Sep 21, 2005
- Messages
- 308
- Office Version
- 365
- 2019
- Platform
- Windows
- MacOS
I have this array formula that works perfectly.
My problem is that when I copy this formula thru the thousand or so rows (sorry, 969 rows to be exact), the *row* indicator '!E4 does not update. Is this because it's in quotes?
Is there a way either thru the formula or VBA that I can update this part of the formula for the correct row on every row? I have 969 rows & 8 columns (E, F, G, I, J, L, N & O) to update. Help?
Code:
=AVERAGE(IF(N(INDIRECT("'"&$W$4:$W$11&"'!E4"))>0,N(INDIRECT("'"&$W$4:$W$11&"'!E4"))))
My problem is that when I copy this formula thru the thousand or so rows (sorry, 969 rows to be exact), the *row* indicator '!E4 does not update. Is this because it's in quotes?
Is there a way either thru the formula or VBA that I can update this part of the formula for the correct row on every row? I have 969 rows & 8 columns (E, F, G, I, J, L, N & O) to update. Help?
Last edited: