hasanlianar
New Member
- Joined
- Jul 21, 2011
- Messages
- 43
Hello,
I have rows of numbers as shown in the following examples:
1 0 0 0 1 0 0 0 0
0 0 0 2 0 0 2 0 0
3 0 3 0 0 0 0 0 0
I want to come up with a dynamic formula to fill zeros with boundary numbers. The result should be following:
1 1 1 1 1 0 0 0 0
0 0 0 2 2 2 2 0 0
3 3 3 0 0 0 0 0 0
I would appreciate if anyone could help,
Anar
I have rows of numbers as shown in the following examples:
1 0 0 0 1 0 0 0 0
0 0 0 2 0 0 2 0 0
3 0 3 0 0 0 0 0 0
I want to come up with a dynamic formula to fill zeros with boundary numbers. The result should be following:
1 1 1 1 1 0 0 0 0
0 0 0 2 2 2 2 0 0
3 3 3 0 0 0 0 0 0
I would appreciate if anyone could help,
Anar