A monthly workbook contains a worksheet for each day with a section that contains a differing number of rows each day. I have an array formula which finds the first blank row in a range:- {=MIN(IF(R7:R50="",ROW(R7:R50)))} and wish to include it as part of several other formulas on same sheet. I need to include this as occassionally the range overlaps onto the next section and can include results from next section and fudge the figures: =COUNTIFS(T7:T50,"1st") & "/" &COUNTA(T7:T50) =SUM(COUNTIFS(T7:T50,{"2nd","3rd"})) & "/" &COUNTA(T7:T50) are two examples which work adequately but I wish to tidy them up. I have tried every combination - except the correct one - frustration level has risen and before the laptop gets binned your help will be greatly appreciated