beividepabs
New Member
- Joined
- Jul 22, 2011
- Messages
- 3
Hello !
I hope someone can help and excuse my ignorance.
I have tried to get a function working to sort out a problem I have.
I have a database that has a column (D) containing an amount in £.
I need to compare amount on column D from Sheet1 with all amounts from sheet 'expenses projects' (A2, A3, A4 onwards) and return "Project" if = and "NO Project" if not.
I have tried (possibly incorrectly) the below
=IF(ISNUMBER(MATCH(D2,'expenses projects'!A:A,0)),"Project","NO Project")
Can someone help?
Many thanks in advance
I hope someone can help and excuse my ignorance.
I have tried to get a function working to sort out a problem I have.
I have a database that has a column (D) containing an amount in £.
I need to compare amount on column D from Sheet1 with all amounts from sheet 'expenses projects' (A2, A3, A4 onwards) and return "Project" if = and "NO Project" if not.
I have tried (possibly incorrectly) the below
=IF(ISNUMBER(MATCH(D2,'expenses projects'!A:A,0)),"Project","NO Project")
Can someone help?
Many thanks in advance