Excel Macro/VBA, VLOOKUP setting

skyflare

New Member
Joined
Dec 29, 2014
Messages
8
Hi All,

Can someone help me please.

Below is what i'm trying to do.

'When user inputs value into B10 on the "Calc" sheet, the system will find the same value (or similar value If it doesn't exist) from Column B on the "Data" sheet.
Then the data of Column C will be displayed into B11 on the "Calc" sheet.

When user inputs value into B11 on the "Calc" sheet, the system will find the same value (or similar value If it doesn't exist) from Column C on the "Data" sheet.
Then the data of Column B will be displayed into B10 on the "Calc" sheet.

Please add a drop down into B2 for plans.
Options are as follows.

"A 180 月額 9,612円"
"A 180 月額 32,400円"
"A 180 Style 月額 37,800円"

The first option is plan 1, the second is plan 2, the third is plan 3.
(Column A on the "Data" sheet is for the plan number)

When the user changes the drop down, please set these values into B10, B11, and B14 as the default values.
plan 1 ... B10 1015000, B11 110000, B14 9612
Plan 2 ... B10 910000, B11 0, B14 32400
Plan 3 ... B10 925000, B11 0, B14 37800

The data on the "Data" sheet will be prepared by our side.

After searching value, the values on the "Calc" sheet will display on the "MB-Sheet"

The format will be fixed later but just call values from the "Calc" sheet.

Spreadsheet:
https://www.dropbox.com/s/yznrpwyjns1o24a/20181110_OL_sheet.xls?dl=0

Thanks

Sky
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).

Forum statistics

Threads
1,214,991
Messages
6,122,628
Members
449,095
Latest member
bsb1122

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