I have 2 spreadsheets showing a row of numbers that represents the number of days an order took to process.
I want to find the average of these columns - I tried the below formula.
=ROUND(((AVERAGE(Ttool!AI:AI)+AVERAGE(Alpha!AI:AI))/2),0)&" Days"
Which seemed to work but now I realise that it is only correct if both columns have the same number of rows - Which they don't
Is there a simple way of solving this without using a series of sum & count statements?
Bookmarks