Good day loungers!
I have a puzzler that has me stumped. I have a worksheet that has fiscal periods in column G and the Balance Type in Column AH. What I want to do in VBA is identify the maximum fiscal period when the balance Type is equal to AC. I then need to store that value to a variable that can be used in other formulas. There are 3 possible entries in the balance type column, AC, MB, and CB. The fiscal period will contain values 1-12. Is there anything similar to countif or sumif that can be used in this situation?
Thanks!!!