Line with length depending on the value of the cell

  • Thread starter Thread starter Subodh
  • Start date Start date
S

Subodh

Hi All,
I want to get a line in a row of cell, lets say from in Row1.
And, if the value in A1 is 1 the line should be in Cell B1
if 2 the the line should be in
cell b1,c1
if 3 the line should be in cell
b1,c1,d1 and so on.
 
Hi All,
     I want to get a line in a row of cell, lets say from in Row1.
And, if the value in A1 is 1 the line should be in Cell B1
                                      if 2 the the line should be in
cell b1,c1
                                      if 3 the line should be in cell
b1,c1,d1 and so on.

What do you mean by a "line"? xt
 
Back
Top