I have two sets of data in the same row, say A1:J1 and then K1:U1. These are paired, so that A1 goes with K1, B1 with L1, etc.
I want to take the average of each pair, and then sum the averages, say like this:
=average(A1,K1) + average (B1,L1) + average(C1,M1) + ...
Naturally, this can get tedious.
Now, a simple solution would be to put the data into two separate rows, but let's just say that I can't do that -- the data in the spreadsheet is going to be imported into another application, and these data MUST be in the same row. I feel like there's a better way.
sesquiup
Bookmarks