Pulling a value on the same row from different column

dummies

New Member
Joined
Jul 10, 2020
Messages
28
Office Version
  1. 2016
Platform
  1. Windows
hello friends,
please help with Pulling a value on the same row from different column using vba.
thank you
 

Attachments

  • sample.png
    sample.png
    4.3 KB · Views: 8

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Your question is not quite clear.
Please provide more details, maybe walk us through an actual example, referencing actual cell addresses.
 
Upvote 0
Your question is not quite clear.
Please provide more details, maybe walk us through an actual example, referencing actual cell addresses.
thanks for the response.
i have two sheet , sheet one contain the data and sheet two contain the table where i can write the result pulled from sheet one.
i wanted to pull the data from multiply columns(sheet1) into single rows(sheet2).
for more information i have attached the screenshot below.
thank you so much.

.
sheet1.png
sheet2.png
 
Upvote 0
It looks like the set-up of your data sheet is an absolute nightmare!
Merged cells are just about the worst invention in Excel, and most accomplished programmers will avoid them like the plague!
They are extremely difficult to work with, and cause all sorts of issues for things like sorting and VBA.

Trying to look up data from such a structure can be quite daunting. If you have the ability to change it and work from a structure that contains no merged cells, it would probably be much better.
If not, I don't think it is anything that I can help you with.
 
Upvote 0

Forum statistics

Threads
1,215,064
Messages
6,122,937
Members
449,094
Latest member
teemeren

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