Message box that multiples column based on user input

JLEW33

New Member
Joined
Nov 13, 2023
Messages
1
Office Version
  1. 365
Platform
  1. MacOS
Hi,

I would like to create a pop up window that displays the message," how many days would you like to accrue for _ out of _ days"?

The_ would be user input as to which excel then
1. Divides the values inputted
**for instance how many days would you like to accrue for 3 out of 7 days = .43

2. Multiplies Columns G and H by the number generated in 1.

Thats it! Thank you so much for your help
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
a sheet : ENTRY , to enter the values:
Range("A1") for X,
Range("A2") for Y,
Range("A3") = Range("A1")/ Range("A2")
and caption: How many days would you like to accrue for X out of Y days.

this would recalculate your values on your main sheet with the formula, like:
I1 = G1*Entry!Range("$A$3")
J1 = H1*Entry!Range("$A$3")
 
Upvote 0

Forum statistics

Threads
1,215,821
Messages
6,127,059
Members
449,356
Latest member
tstapleton67

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