Copy/Paste data from section to last cell in each row

DebN

New Member
Joined
Sep 21, 2020
Messages
10
Office Version
  1. 2016
Platform
  1. Windows
Hello
I would like a formula that that would look at a datasheet by row and find the second to last cell in each row and put that cell's data, into column A.
For example if my data was something like the following image,
Initially, column A would be blank and then and with the formula, then it would look at each row starting with row 1 and paste the contents of E1 into the first column (A1)
Then it would look at the second row and paste the contents of G2 into cell A2.
Then it would look at the third row and paste the contents of C3 into cell A3
etc.....
1655389755358.png

Last time I aske for a formula that would copy/paste data from the last cell in each row and I was very happy that I was given this very helpful formula: =LOOKUP(2,1/(B1:AZ1<>""),B1:AZ1) which worked great.
I would greatly appreciate any help with this one.
Thanks so much for your time,
Debbie
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
How about
Excel Formula:
=LOOKUP(2,1/(C1:BA1<>""),B1:AZ1)
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,350
Messages
6,124,431
Members
449,158
Latest member
burk0007

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top