Good day to you all,
I think it's reffered to a VLOOKUP with IF statement.
I've tried a lot of different combinations, but still can't get it to work.
I'm trying to import the data for unpaid jobs from the 2011 tab, to the Unpaid_Jobs tab, sort of, summary, where I can see at a glance which jobs have not been paid.
Would I be correct in saying that, if column 'F' is blank, and there is a '1' in column 'E' ( as I use a '1' to indicate a completed job, and an 'X' for a cancelled job ), that VLOOKUP would import the data in column 'A' ? I would be in the position to see the unpaid job number at a glance. I've been using filters for a while now, but its a bit impracticle.
heres the spreadsheet.
I think it's reffered to a VLOOKUP with IF statement.
I've tried a lot of different combinations, but still can't get it to work.
I'm trying to import the data for unpaid jobs from the 2011 tab, to the Unpaid_Jobs tab, sort of, summary, where I can see at a glance which jobs have not been paid.
Would I be correct in saying that, if column 'F' is blank, and there is a '1' in column 'E' ( as I use a '1' to indicate a completed job, and an 'X' for a cancelled job ), that VLOOKUP would import the data in column 'A' ? I would be in the position to see the unpaid job number at a glance. I've been using filters for a while now, but its a bit impracticle.
heres the spreadsheet.
Unpaid_Jobs.xlsx | |||||||||
---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | |||
1 | jobno | date | customer | tech | complete | paid | ref | ||
2 | 12345 | 01/02/2011 | SMITH | JOHN | 1 | 50.00 | 10021 | ||
3 | 12346 | 01/02/2011 | JONES | JOHN | 1 | 90.00 | 10022 | ||
4 | 12505 | 03/03/2011 | SIMPSON | ALLAN | 1 | ||||
5 | 14400 | 03/04/2011 | DAVIES | JAMES | 1 | 80.00 | 11011 | ||
6 | 14732 | 04/06/2011 | CLARK | DARREN | 1 | ||||
7 | 15022 | 04/06/2011 | STEWART | JAMES | X | ||||
8 | |||||||||
2011 |