C
Chris Mitchell
I have three adjacent columns, A, B and C, and wish to sum the total number
of entries of '/' in each column and add the total from column A to column B
to column C.
In A I have '=COUNTIF(H21:H26,$E$229) ' where $E$229 = '/'
In B I have '=COUNTIF(I21:I26,$E$229)+H27' where H27 = the sum of /s in
column A
In C I have '=COUNTIF(J21:J26,$E$229)+I27' where I27 = the sum of /s in
column B (which includes A)
However where there are no entries in B or C I want the totals in these
columns to appear blank, until a '/' is put in either of these columns, when
I want the total in the relevant column to show. I could probably do
something with Conditional Formatting, but is there another/better way?
of entries of '/' in each column and add the total from column A to column B
to column C.
In A I have '=COUNTIF(H21:H26,$E$229) ' where $E$229 = '/'
In B I have '=COUNTIF(I21:I26,$E$229)+H27' where H27 = the sum of /s in
column A
In C I have '=COUNTIF(J21:J26,$E$229)+I27' where I27 = the sum of /s in
column B (which includes A)
However where there are no entries in B or C I want the totals in these
columns to appear blank, until a '/' is put in either of these columns, when
I want the total in the relevant column to show. I could probably do
something with Conditional Formatting, but is there another/better way?