Hello Everyone,
I am looking for a little help with a formula issue I am having. I have created the below formula to return the avearge of several words in a list on MPANs onto sheet 1 which works really well.
=INDEX(OFFSET(MPANs!AB2,0,0,MAX(ROW(MPANs!AB:AB)*(MPANs!AB:AB<>""))-1,1),MODE.MULT(MATCH(OFFSET(MPANs!AB2,0,0,MAX(ROW(MPANs!AB:AB)*(MPANs!AB:AB<>""))-1,1),OFFSET(MPANs!AB2,0,0,MAX(ROW(MPANs!AB:AB)*(MPANs!AB:AB<>""))-1,1),0)))
Unfortunatlye however if there is only one value in Column AB it is returning as '#N/A'
Is there a way to get the value of the first row if there are no other entries in the column?
Any help would be greatly appreciated.
Thank you!
Bookmarks