ddelgado979
New Member
- Joined
- Sep 19, 2011
- Messages
- 6
Hi all,
I would like to create a macro using VBA that will reference column D for a srting of text. If it finds the specific text, it will sum the data in column E. Here's an example:
Column D Column E
ALV 10
CBG 20
ELP 30
So in this example, I would like the macro to search column D for ALV and ELP. If found, it will then sum the data in Column E and return the results in cell HI.
thanks in advance!
I would like to create a macro using VBA that will reference column D for a srting of text. If it finds the specific text, it will sum the data in column E. Here's an example:
Column D Column E
ALV 10
CBG 20
ELP 30
So in this example, I would like the macro to search column D for ALV and ELP. If found, it will then sum the data in Column E and return the results in cell HI.
thanks in advance!