I want to divide a single number between multiple cells

kingfisher225

New Member
Joined
Aug 16, 2020
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hello, I want to take a singular number say 300,000 and divide it between multiple cells. I am looking to make each cells value 1400. Theoretically this would break it down for me and then leave one at the end that would have an odd number. not really sure what to do
 
Much more fun with Power Query
let in Table.Pivot(Table.Skip(Record.ToTable(Table3{0}),2), List.Distinct(Table.Skip(Record.ToTable(Table3{0}),2)[Name]), "Name", "Value")
Column1Column2
100001400
Custom.1Custom.2Custom.3Custom.4Custom.5Custom.6Custom.7Custom
1400140014001400140014001400200


the morning is wiser than the night ?
 
Upvote 0

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.

Forum statistics

Threads
1,214,926
Messages
6,122,305
Members
449,079
Latest member
juggernaut24

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