Create an Excel Form with multiple drop down, lookup and calculation

gimran

New Member
Joined
Dec 15, 2011
Messages
33
Hello Everyone,

I need an Excel form which need to be accessed using different user ID and password. After login, some basic information of that user will appear along with a form.

The form will consist 4 fiels.
Field - 1: Input any number or text
Field - 2: a drop down list of text
Field - 3: a drop down list based on the selection of field 1.
Field - 4: a drop down list based on the selections of field 1 & field 2.
Submit button.

I also need a display box where, there will be two sections.
Section - 1: will show the sum of number of data entered.
Section - 2: will show the sum of predefined number which is the combination of field 1, field 2 & field 3.

Is it possible to make such files using Excel or VBA?
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Sounds like you need to make a userform with a username and password, then you need a second userform to how down. You will get a toolbox which has all teh things you need. This is all pretty doable in VBA.
 
Upvote 0

Forum statistics

Threads
1,226,729
Messages
6,192,696
Members
453,747
Latest member
tylerhyatt04

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