I am trying to report data relating to a day of the week
On the sheet attached I want to report on the Number in column A to day column c and report what collect (collect sheet) its on for that day in column
D
Hope that makes sense
I am trying to report data relating to a day of the week
On the sheet attached I want to report on the Number in column A to day column c and report what collect (collect sheet) its on for that day in column
D
Hope that makes sense
Try:
=INDEX(collect!$A$1:$H$10,MATCH(A2,collect!$A$1:$A$10,0),MATCH(C2,collect!$B$1:$H$1,0))
copied down
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
D2=INDEX(collect!B$2:H$10,MATCH(A2,collect!A$2:A$10,0),MATCH(C2,collect!B$1:H$1,0))
copy down
HTH
*snap!* 890
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks