Here's what I have (Ignore the x's, etc., they're just to show blank space):
<C>xxxxxxx_123_XXXXX
xxxxxxx_____XXXXX
xxxxxxx_456_XXXXX
xxxxxxx_789_XXXXX
---------------------
101112 Total 131415
</C>
Is there a way to find and replace that word "Total" with something like autosum going upwards (so it only adds up 456+789, using this example)? The number of rows, as well as the cells address where they reside in vary, so I can't use any hard coding to particular ranges - that's why I need something like auto sum. Any ideas?
<C>xxxxxxx_123_XXXXX
xxxxxxx_____XXXXX
xxxxxxx_456_XXXXX
xxxxxxx_789_XXXXX
---------------------
101112 Total 131415
</C>
Is there a way to find and replace that word "Total" with something like autosum going upwards (so it only adds up 456+789, using this example)? The number of rows, as well as the cells address where they reside in vary, so I can't use any hard coding to particular ranges - that's why I need something like auto sum. Any ideas?