Hi All,
I am new here so if I ask a question that has been posted before please feel free to point me in the right direction.
I have reached a point in my workbook where I am going to be needing some serious help, non of this google searching, saying that it has lead me here many a time and I appreciate everyone's input which is why I have joined.
Current hurdle is: (Trying to avoid VBA if possible)
I have a standard layout for my quote for a single site which has 3 columns and 6 rows before the total that will repeat for multiple sites. I have copied and pasted this information for multiple sites/sheets but this has become confusing for others for various reasons, so I would like to have it do necessary amendments automatically. Was thinking something along the lines of:
=if(cell=x, copy from source and insert, if(cell=y,copy from another source and insert, if(cell=y,copy from another source and insert,copy from another source and insert)))
Unless there is an easier way of doing this would this be possible?
Also is it possible to have the print areas adjust accordingly too?
I am new here so if I ask a question that has been posted before please feel free to point me in the right direction.
I have reached a point in my workbook where I am going to be needing some serious help, non of this google searching, saying that it has lead me here many a time and I appreciate everyone's input which is why I have joined.
Current hurdle is: (Trying to avoid VBA if possible)
I have a standard layout for my quote for a single site which has 3 columns and 6 rows before the total that will repeat for multiple sites. I have copied and pasted this information for multiple sites/sheets but this has become confusing for others for various reasons, so I would like to have it do necessary amendments automatically. Was thinking something along the lines of:
=if(cell=x, copy from source and insert, if(cell=y,copy from another source and insert, if(cell=y,copy from another source and insert,copy from another source and insert)))
Unless there is an easier way of doing this would this be possible?
Also is it possible to have the print areas adjust accordingly too?