Help with VLOOKUP

gleebee

New Member
Joined
Sep 13, 2018
Messages
4
Hello
I'm a new user and wanting to know the formula that will allow me to choose the rate in Column C if Column A is chosen on another sheet?

Column AColumn BColumn C
Rate A105.85
Rate B205.85
Rate C308.77
Rate D405.85
Rate E508.77

<colgroup><col span="3"></colgroup><tbody>
</tbody>

Many thanks in advance
Regards
Glee
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Hi,

=VLOOKUP(A2,'Sheet name'!A:C,3,0)

Where A2 is the value you are looking up, and 'Sheet name' is the name of the sheet with this table on it.
 
Upvote 0
Hello
Thanks so much, I should probably have been more detailed in my question, on page 1 there is already a column with a rate chosen from Column A on Page 2, so on Page 1 if Rate A is in the cell, I want to refer back to the other page to see the corresponding rate in Column C?
I hope this makes sense?
Thank you,
 
Upvote 0
So if the rate was 5.85 on page 1 would the desired result be Rate A or Rate B?

An example of how the other page looks would be helpful, with a few examples of desired results.
 
Last edited:
Upvote 0
Hello again
Yes basically, but if you choose a Rate from a drop down list which links to Column A on another page, I would like the percentage from Column C to be auto filled if possible? I think this would involve an IF question as well as LOOKUP?

First PageSecond Page
Column AColumn BColumn CColumn B -Column R
Rate A105.85Select from dropdown list from Column A -
Choose Rate B
Autofills as Rate 5.85 as Rate B chosen
Rate B205.85
Rate C308.77
Rate D405.85
Rate E508.77

<colgroup><col span="4"><col><col></colgroup><tbody>
</tbody>

Thank you very much,
Best wishes
Glee
 
Upvote 0
First Page = Sheet1, Second Page = Sheet2

In R1 of Sheet2 enter:

=VLOOKUP($B1,Sheet1!A:C,3,0)

which is in fact already suggested to you.
 
Upvote 0

Forum statistics

Threads
1,215,527
Messages
6,125,337
Members
449,218
Latest member
Excel Master

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