I am trying to break apart a single number of deliveries (eg. 180) in a week into a daily value grouped by location. 180/7 put into a 7 rows and tied to the location of the 180. I have tried to research this but all of my searches bring me to the split function which does not seem to fit my needs. Array(if( is great for the grouping but it does not split to multiple cells.
ARRAYFORMULA(if(BinCountData!A3:A,"Clarksville",)), BinCountData!A3:D;
try:
=ARRAYFORMULA((A1/7)*ROW(1:7)^0)
if it needs to be rounded use ROUNDUP or ROUNDDOWN
ROUNDUP
ROUNDDOWN
2.1m questions
2.1m answers
60 comments
57.0k users