stevenjoku61
New Member
- Joined
- May 7, 2018
- Messages
- 3
Hello Folks,
[FONT="]I need a vba code that can help me drag down a formula across filtered cells without a reference to the hidden cells.[/FONT]
[FONT="]
[/FONT]
[FONT="]For example.
[/FONT]
[FONT="]With cells filtered as follows:[/FONT]
[FONT="]A4 B4[/FONT]
[FONT="]A7 B7[/FONT]
[FONT="]A15 B15[/FONT]
[FONT="]A20 B20[/FONT]
[FONT="]
[/FONT]
[FONT="]The formular will be as follows:[/FONT]
[FONT="]
[/FONT]
[FONT="]A7 = B4[/FONT]
[FONT="]A15 = B7[/FONT]
[FONT="]
[/FONT]
[FONT="]When I drag the formula down, it still picks up the hidden cells E.g A20 = B16[/FONT]
[FONT="]I need a vba code that can help me drag down a formula across filtered cells without a reference to the hidden cells.[/FONT]
[FONT="]
[/FONT]
[FONT="]For example.
[/FONT]
[FONT="]With cells filtered as follows:[/FONT]
[FONT="]A4 B4[/FONT]
[FONT="]A7 B7[/FONT]
[FONT="]A15 B15[/FONT]
[FONT="]A20 B20[/FONT]
[FONT="]
[/FONT]
[FONT="]The formular will be as follows:[/FONT]
[FONT="]
[/FONT]
[FONT="]A7 = B4[/FONT]
[FONT="]A15 = B7[/FONT]
[FONT="]
[/FONT]
[FONT="]When I drag the formula down, it still picks up the hidden cells E.g A20 = B16[/FONT]