Assuming A1 has your first month and A2 your second month:
="Average error rate for "&A1&" to "&A2
This is assuming A1 and A2 are text, e.g. "July". If they are actual dates then you will need to use TEXT(A1,"mmm") in place of A1 and a similar change for A2.
Bookmarks