J
JP SIngh
Hi All
Can someone please help me with this task?
I have worksheet where column G stores amounts and column F stores a text
value.
What I need to do is scan the whole column f and if the consective cells are
blank I need to find the corresponding total of the amount in the next
column.
For example
Column F Column G Column H
A 9.0
7.0
8.0
5.0 20 (7+8+5)
D 7.0
D 5.0
2.0
6.5
5.5 14.0(2+6.5+5.5)
C 60
I am after VBA solution
thanks
Can someone please help me with this task?
I have worksheet where column G stores amounts and column F stores a text
value.
What I need to do is scan the whole column f and if the consective cells are
blank I need to find the corresponding total of the amount in the next
column.
For example
Column F Column G Column H
A 9.0
7.0
8.0
5.0 20 (7+8+5)
D 7.0
D 5.0
2.0
6.5
5.5 14.0(2+6.5+5.5)
C 60
I am after VBA solution
thanks