A
Andrew
Assuming I have a column on Sheet1 named "Customers1" and another colum
named "Customers2" on Sheet2, is there a way that I can automaticall
copy any data inputed from Customers1 to Customers2?
I currently use =IF(ISBLANK(Sheet1!A1),"",Sheet1!A1) and drag a
necessary. This works well but if I insert rows into Sheet1, then
must remember to insert the same row into Sheet2.
I was thinking if I could automtically copy an entire column, thi
would a) make things easy and b) decrease the possibility of error
named "Customers2" on Sheet2, is there a way that I can automaticall
copy any data inputed from Customers1 to Customers2?
I currently use =IF(ISBLANK(Sheet1!A1),"",Sheet1!A1) and drag a
necessary. This works well but if I insert rows into Sheet1, then
must remember to insert the same row into Sheet2.
I was thinking if I could automtically copy an entire column, thi
would a) make things easy and b) decrease the possibility of error