Yandeez Member Nov 30, 2014 #1 Hi, I'm looking to copy the values of the attached and paste them into the lower grid in reverse order. Any easy way to do this? Attachments Book1.xlsx Book1.xlsx 9.9 KB · Views: 7
Hi, I'm looking to copy the values of the attached and paste them into the lower grid in reverse order. Any easy way to do this?
Mike H.. Active Member Nov 30, 2014 #2 Yandeez said: Hi, I'm looking to copy the values of the attached and paste them into the lower grid in reverse order. Any easy way to do this? Click to expand... Hi, Put the formula below in D8 and drag right. If you want then you can copy these values then paste special - values. See your workbook. =INDEX($D$4:$H$4,COLUMN($E$5)-(COLUMN(A1)-1)) Attachments Book1 (10).xlsx Book1 (10).xlsx 10.4 KB · Views: 4 Last edited: Nov 30, 2014
Yandeez said: Hi, I'm looking to copy the values of the attached and paste them into the lower grid in reverse order. Any easy way to do this? Click to expand... Hi, Put the formula below in D8 and drag right. If you want then you can copy these values then paste special - values. See your workbook. =INDEX($D$4:$H$4,COLUMN($E$5)-(COLUMN(A1)-1))