JackRyan82
New Member
- Joined
- Apr 6, 2018
- Messages
- 3
All, I have a sumifs that I want to convert to VB and i have been struggling for a few days. The SUMIFS is causing issues for my excel document as it integrates with an ERP package. I have identified that the formula, not in VB, is the issue even though it calculates the correct amounts (different issue).
=SUMIFS(Data!X9:X100,Data!O9:O100, 'Capital - Supl'!K1,Data!I9:I100,"5*")
I have no problem getting my SUMIFS to work within the cell however I am struggling to get it crafted in VB. Can someone help me. I am new so forgive any missing information.
Essentially I need to sum the values in column X9:X100 when the values in column O9:O100 matches the value in worksheet Capital - Supl cell K1 where the values in column I9:I100 starts with a 5.
=SUMIFS(Data!X9:X100,Data!O9:O100, 'Capital - Supl'!K1,Data!I9:I100,"5*")
I have no problem getting my SUMIFS to work within the cell however I am struggling to get it crafted in VB. Can someone help me. I am new so forgive any missing information.
Essentially I need to sum the values in column X9:X100 when the values in column O9:O100 matches the value in worksheet Capital - Supl cell K1 where the values in column I9:I100 starts with a 5.