I want to copy information from one spreadsheet to another. Say information from "Incident Log" A2 - AI2 to "Incident Register" A3-AI3. Not only this, I want it to recognise the next time it copies information across, that A3-AI3 on the "Incident Register" has been used so to go to A4-AI4 and so on...
Is this possible?
Hi Scoodman,
you can pre-populate your Incident Register sheet with a formula like this in cell A1
=if(isblank('Incident Log'!A1),"",'Incident Log'!A1)
copy down and across.
Thanks very much Teylyn
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks