Glasgowsmile
Active Member
- Joined
- Apr 14, 2018
- Messages
- 280
- Office Version
- 365
- Platform
- Windows
Good day,
I've got this formula below that I'm having issues with.
Essentially $A$5 starts at >1 in Cell A17 and in Cell A18, I changed it to 2 - it continues like this up to $A$5>34 like you see above but I've had to do that manually because when I tried to drag the pattern down it wouldn't continue to count up. Is there a way to do that? I'm now having to drag this formula down several hundred sells so it would be $A$5>344 but I don't want to have to manually go through and update all of these.
I've got this formula below that I'm having issues with.
VBA Code:
=IF(AND($A50<>"", $A$5>34),$A50+1,"")
Essentially $A$5 starts at >1 in Cell A17 and in Cell A18, I changed it to 2 - it continues like this up to $A$5>34 like you see above but I've had to do that manually because when I tried to drag the pattern down it wouldn't continue to count up. Is there a way to do that? I'm now having to drag this formula down several hundred sells so it would be $A$5>344 but I don't want to have to manually go through and update all of these.