In a workbook I have a ballance sheet and a seperate Activities sheet where I am trying to monitor current state of expenditure and income per project.
In the Activities sheet I am trying to use VLOOKUP
e.g.
=IF(ISNA(VLOOKUP($A2,BallanceSheetDraft1!C8:C11,6,FALSE)=TRUE),"No SKU",VLOOKUP($A2,BallanceSheetDraft1!C8:C11,6,FALSE))
(Which might not be the correct Function?).
The steps are:
Look in cell A2 of the Activities worksheet
Go to BallanceSheetDraft1
Where that activity name appears in cells C8 to C11
Total the corresponding figures in column F
Transactions in BallanceSheetDraft1 are entered in date order as they happen.
Multiple Activities are involved (I have just quoted one) all have either an Expenditure or Income per Transaction on the Ballance Sheet.
I would appreciate any help to correct either the formula or my method.
Bernard
In the Activities sheet I am trying to use VLOOKUP
e.g.
=IF(ISNA(VLOOKUP($A2,BallanceSheetDraft1!C8:C11,6,FALSE)=TRUE),"No SKU",VLOOKUP($A2,BallanceSheetDraft1!C8:C11,6,FALSE))
(Which might not be the correct Function?).
The steps are:
Look in cell A2 of the Activities worksheet
Go to BallanceSheetDraft1
Where that activity name appears in cells C8 to C11
Total the corresponding figures in column F
Transactions in BallanceSheetDraft1 are entered in date order as they happen.
Multiple Activities are involved (I have just quoted one) all have either an Expenditure or Income per Transaction on the Ballance Sheet.
I would appreciate any help to correct either the formula or my method.
Bernard