Forecast needs to automatically calculate based on the quarter selected by End Userg., if Q2 Closing balance after elimination should be divided by 5

Guna13

Board Regular
Joined
Nov 22, 2019
Messages
70
Office Version
  1. 365
Platform
  1. Windows
Hi Team,
I am new into VBA & Excel formula session
Currently, I am working on a VBA project with two columns in below name order
  1. Closing the balance after elimination (Values rows)
  2. Forecast (needs to be done)
If the user selects or chooses Q1, then automatically in my “Forecast” entire row will update closing balance after elimination rows / 2.

As an example, if the user selects Q4, the closing balance after elimination rows / 11 (ie 1234.00, 2 decimal format) will automatically be updated in my Forecast rows.

I would appreciate it if you could help me achieve this goal.
how to achieve, can i make choose option in my excel sheet or if any VBA code will support to this task?

B2 formula is =A2/2

Closing balance after eliminationForecastFinal balanceQ1Closing balance after elimination/2
882,290.45441,145.231,323,435.68Q2Closing balance after elimination/5
(882,290.45)(441,145.23)(1,323,435.68)Q3Closing balance after elimination/8
13,056.006,528.0019,584.00Q4Closing balance after elimination/11
(1,996,555.46)(998,277.73)(2,994,833.19)PrefinalClosing balance after elimination Values
1,996,555.46998,277.732,994,833.19FinalClosing balance after elimination Values
(13,109.58)(6,554.79)(19,664.37)
13,109.586,554.7919,664.37
(42,909.01)(21,454.51)(64,363.52)
42,909.0121,454.5164,363.52
(49,274.89)(24,637.45)(73,912.34)
52,816.7626,408.3852,816.76
(69,899.98)(34,949.99)
326,868.99163,434.50
(326,868.99)(163,434.50)
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"

Forum statistics

Threads
1,215,086
Messages
6,123,035
Members
449,092
Latest member
ikke

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