I put the company's checkbook in Excel with these headers
(cell A1) (cell B1) (cell C1) (cell D1) (cell E1) (cell F1)
Date Descrip CK# Prop # Acct Code Amt
Everytime the Acct Code = 130 I would copy and paste the entire row from A-F to another sheet titled All_130s and total the sheet up with subtotals for property #. I have tried numerous formulas but I can't see how to just display the cells (without the cut and paste) so that they are still linked and updateable from the original sheet. What I finally came up with will work but I still think there is a better way than:
=+IF('April 2000'!E20=A1,'April 2000'!A20,""
This has to be copied and modified into each cell and that's no easier than manually copying and pasting. I tried using the advanced filter (failure) and query (machine locks up).
(cell A1) (cell B1) (cell C1) (cell D1) (cell E1) (cell F1)
Date Descrip CK# Prop # Acct Code Amt
Everytime the Acct Code = 130 I would copy and paste the entire row from A-F to another sheet titled All_130s and total the sheet up with subtotals for property #. I have tried numerous formulas but I can't see how to just display the cells (without the cut and paste) so that they are still linked and updateable from the original sheet. What I finally came up with will work but I still think there is a better way than:
=+IF('April 2000'!E20=A1,'April 2000'!A20,""
This has to be copied and modified into each cell and that's no easier than manually copying and pasting. I tried using the advanced filter (failure) and query (machine locks up).