Automatically Update Cells to equal 100%

Danblski

New Member
Joined
May 22, 2021
Messages
8
Office Version
  1. 365
  2. 2019
  3. 2016
Platform
  1. Windows
I am dealing with 13 columns with 3 throws of mixed percentages, I need a formula or vba that automatically adjusts mixed percentages to 100%

Here is format of spreadsheet. As you can see below those values equal 100% when summed.

45%
22%
33%
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Your question seems a bit vague but if say, the first 2 percentages were in A1 & A2, you could use
Excel Formula:
=1-(A1+A2)
 
Upvote 0
Your question seems a bit vague but if say, the first 2 percentages were in A1 & A2, you could use
Excel Formula:
=1-(A1+A2)
This only allowed me to see by how much the percentages were off by
 
Upvote 0
It was a stab in the dark, as your question is vary vague...maybe some sample data might help ?
 
Upvote 0

Forum statistics

Threads
1,215,066
Messages
6,122,947
Members
449,095
Latest member
nmaske

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