U
Uma Shanker
hello!
I would like to generate some incremental number if the cell on the right
is not empty
e.g. Order0001
Order0002
.....
Order0015
How I can do this with this formula ? How i can convert the output of counta
to have 4 digits?
=IF(D13<>"","Order"&COUNTA($D$4
13)&"","")
thanks,
uma
I would like to generate some incremental number if the cell on the right
is not empty
e.g. Order0001
Order0002
.....
Order0015
How I can do this with this formula ? How i can convert the output of counta
to have 4 digits?
=IF(D13<>"","Order"&COUNTA($D$4
thanks,
uma