Repeat a number X amount of times

jennyyy

New Member
Joined
Jan 29, 2019
Messages
1
Okay so I have two tables:


Count
Jan Feb Mar April May June July
0 0 1 0 0 0 0

Revenue
Jan Feb Mar April May June July
0 0 25 25 25 25 0


How do I make it so it repeats the 25 X amount of times starting from the count?

Currently X=4 but this may change.
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Hi,

You're not very descriptive regarding your data.

So, assuming your "Count" Table is prepopulated as shown:


Book1
ABCDEFGHIJK
1CountCountAmount
2JanFebMarAprMayJunJul425
30010000
4
5
6Revenue
7JanFebMarAprMayJunJul
800252525250
Sheet511
Cell Formulas
RangeFormula
B8=IF(OR(COUNTIF($B3:B3,1)=0,COUNTIF($A8:A8,$K2)>=$J2),0,$K2)


Formula copied across.
 
Upvote 0

Forum statistics

Threads
1,215,059
Messages
6,122,918
Members
449,093
Latest member
dbomb1414

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