J
JHVincent
Hi,
I need to create a conditional range. If CellValue=n, then includ
cell in range.
Not sure if what I'm asking is right so I'll tell you what I'm tryin
to do:
I have two columns
column A represents month value, column B represents number of day
late.
8 | 5
8 | 0
10 | -2
9 | 3
10 | 0
8 | 2
9 | 1
I want to get the MAX # of days late for month 10 (from example abov
it would be 0), then the MAX days late for month 8(from example abov
it would be 5).
How do I do it?
Thank
I need to create a conditional range. If CellValue=n, then includ
cell in range.
Not sure if what I'm asking is right so I'll tell you what I'm tryin
to do:
I have two columns
column A represents month value, column B represents number of day
late.
8 | 5
8 | 0
10 | -2
9 | 3
10 | 0
8 | 2
9 | 1
I want to get the MAX # of days late for month 10 (from example abov
it would be 0), then the MAX days late for month 8(from example abov
it would be 5).
How do I do it?
Thank