Hi All,
I have the following formula which works, but the ranges that I am using are now broken up. Is there a way to put in a non-contiguous range in their place?
Basically what I am trying to do is pull through the min date where there is a result next to it. I have a repeat of 3 columns, Date, Result & Comment, which is repeated 12 times. What I'm trying to do may not be possible, but I'm trying to figure out if I can do it.
Any help would be appreciated
Many Thanks
Jon
I have the following formula which works, but the ranges that I am using are now broken up. Is there a way to put in a non-contiguous range in their place?
=MINIFS(B5:B16,C5:C16,">"&0)
Basically what I am trying to do is pull through the min date where there is a result next to it. I have a repeat of 3 columns, Date, Result & Comment, which is repeated 12 times. What I'm trying to do may not be possible, but I'm trying to figure out if I can do it.
Any help would be appreciated
Many Thanks
Jon