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

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
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,137
Messages
6,123,253
Members
449,093
Latest member
Vincent Khandagale

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