I have over 500 countifs formulas on a single sheet, all are slightly different depending on row and column. I need a Macro that will insert a new range and new criteria into an existing COUNTIFS formula...
Example:
=COUNTIFS(game,"W",AH,"A")
Changed to
=COUNTIFS(game,"W",AH,"A",FD,"F")
game, AH, FD are defined names of ranges on another sheet.
If have this script below, but it just adds the new string to the end of the existing formula. I need the new string to be inside that last parenthesis. Or replace the last parenthesis with my new string. Help!
![]()
Please Login or Register to view this content.
Bookmarks