No the real problem was you use INDEX and specified the number of rows to use rather than columns.
this
C8:INDEX(C8:H8,COUNTA(C8:H8))
should have been
C8:INDEX(C8:H8,1,COUNTA(C8:H8))
No the real problem was you use INDEX and specified the number of rows to use rather than columns.
this
C8:INDEX(C8:H8,COUNTA(C8:H8))
should have been
C8:INDEX(C8:H8,1,COUNTA(C8:H8))
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks