filling down multiple cells

excelNewbie22

Well-known Member
Joined
Aug 4, 2021
Messages
510
Office Version
  1. 365
Platform
  1. Windows
hi !
long time.... :)

i want to fill down a column (long one) with multiple different dates,
each date to be feel down just till the next one
and if possible in a smaller font, and unbolded
i added an example

temp
ABC
2beforeafter
3
41.1.241.1.24
51.1.24
61.1.24
71.1.24
81.1.24
915.1.2415.1.24
1015.1.24
1115.1.24
1215.1.24
1323.1.2423.1.24
1423.1.24
1523.1.24
1623.1.24
1729.1.2429.1.24
1829.1.24
1929.1.24
2029.1.24
212.2.242.2.24
222.2.24
232.2.24
242.2.24
252.2.24
262.2.24
272.2.24
282.2.24
292.2.24
302.2.24
3110.2.410.2.4
3210.2.4
3310.2.4
3410.2.4
3510.2.4
sheet1
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
You are welcome!
Yep, it is a cool little trick that is pretty easy to do (when you know how!)
 
Upvote 0
Here's a dynamic array option.

Book1
ABC
1beforeafter
2
31.1.241.1.24
41.1.24
51.1.24
61.1.24
71.1.24
815.1.2415.1.24
915.1.24
1015.1.24
1115.1.24
1223.1.2423.1.24
1323.1.24
1423.1.24
1523.1.24
1629.1.2429.1.24
1729.1.24
1829.1.24
1929.1.24
202.2.242.2.24
212.2.24
222.2.24
232.2.24
242.2.24
252.2.24
262.2.24
272.2.24
282.2.24
292.2.24
3010.2.410.2.4
Sheet2
Cell Formulas
RangeFormula
C3:C30C3=SCAN(,A3:A30,LAMBDA(a,b,IF(b="",a,b)))
Dynamic array formulas.
 
Upvote 0
each date to be feel down just till the next one
What happens to the last one? That is, in your example if 10.2.4 was the last value in column A how would we know to fill it down to row 35 and not just to row 33 or to row 100?
 
Upvote 0

Forum statistics

Threads
1,215,110
Messages
6,123,146
Members
449,098
Latest member
Doanvanhieu

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