Status
Not open for further replies.

krunal123

Board Regular
Joined
Jun 26, 2020
Messages
169
Office Version
  1. 365
  2. 2019
  3. 2016
Platform
  1. Windows
image_2022-05-07_102350401.png


All Question And Answer to save in "Sheet1)

We Need Reference "Question" Sheet1 to Sheet 2 , Also need four Option reference data from Sheet 1 According Question

Kindly make solution this query
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Try formulas
Excel Formula:
C3=VLOOKUP($A$2,Sheet1!$A$1:$F$4,3,0)
C4=VLOOKUP($A$2,Sheet1!$A$1:$F$4,4,0)
E3=VLOOKUP($A2,Sheet1!$A$1:$F$4,5,0)
E4=VLOOKUP($A$2,Sheet1!$A$1:$F$4,6,0)
 
Upvote 0
Try formulas
Excel Formula:
C3=VLOOKUP($A$2,Sheet1!$A$1:$F$4,3,0)
C4=VLOOKUP($A$2,Sheet1!$A$1:$F$4,4,0)
E3=VLOOKUP($A2,Sheet1!$A$1:$F$4,5,0)
E4=VLOOKUP($A$2,Sheet1!$A$1:$F$4,6,0)
thank you... Sir
 
Upvote 0
Sorry
VBA Code:
B2=VLOOKUP(A2,Sheet1!A1:F5,2,0)
 
Upvote 0
Solution
You are very welcome
And thank you for the feedback
Be happy andsafe
 
Upvote 0
its Amazing sir...... toooooooooooooo gooooooooooooood
@krunal123 - please consider marking solution posts for your answered questions to help future readers. You can simply click on the tickmark button right next to the post that answered your question. I did that for this question according to your feedback post as shown below.

1651918932288.png


More info: Mark as Solution
 
Upvote 0
Duplicate to: How Get Question Reference

In future, please do not post the same question multiple times. Per Forum Rules (#12), posts of a duplicate nature will be locked or deleted.

You have already had one thread locked as a duplicate. In future do NOT start multiple threads for the same question, especially when you have been warned about it.
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,214,897
Messages
6,122,141
Members
449,066
Latest member
Andyg666

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