=IF(AND(A3="",A2="",A1<>""),IF(A1="Warning:","","Warning:"),"")
Copy in cell below existing text in column A and then copy down... as data
is entered - Warning will move down. Since the formula will be replaced as
data is entered, if you delete data, you may need to repopulate with formula.
> I would like certain text to appear (only once) in a cell in column A, three
> rows after the last value is entered in that column.
[quoted text clipped - 4 lines]
>
> What would be the easiest way to achieve this?
Monk - 16 May 2008 04:04 GMT
Thanks BoniM. Just what I need.
> =IF(AND(A3="",A2="",A1<>""),IF(A1="Warning:","","Warning:"),"")
> Copy in cell below existing text in column A and then copy down... as data
[quoted text clipped - 9 lines]
> >
> > What would be the easiest way to achieve this?
A formula cannot "push" a value to another cell, so you would have to
use a macro to do this.
Pete
> I would like certain text to appear (only once) in a cell in column A, three
> rows after the last value is entered in that column.
[quoted text clipped - 4 lines]
>
> What would be the easiest way to achieve this?