Hi All,
Having problems trying to create the right formula for what I'm after. I have tired to do a Vlookup with a If formula however it returned an error.
Basically what I am attempting to do is have a cell in one worksheet find a string of text in another worksheet called "CARRIED TO SUMMARY" then return the figure in the cell adjacent. I also wanted it to return a zero figure if there was no figure in that cell rather than a N/A# message.
Sample below
SUMMARY PAGE
<tbody>
</tbody>
BACKUP PAGE - EXAMPLE
<tbody>
</tbody>
Having problems trying to create the right formula for what I'm after. I have tired to do a Vlookup with a If formula however it returned an error.
Basically what I am attempting to do is have a cell in one worksheet find a string of text in another worksheet called "CARRIED TO SUMMARY" then return the figure in the cell adjacent. I also wanted it to return a zero figure if there was no figure in that cell rather than a N/A# message.
Sample below
SUMMARY PAGE
A | B | C | D | E |
Ref | Description | Cost | Cost inc VAT | Overall % |
1 | Example | 1.5% |
<tbody>
</tbody>
BACKUP PAGE - EXAMPLE
A | B | C | D | E | F |
Ref | Description | Qty | Unit | Rate | TOTAL |
1.1 | AAA | 12 | M² | 1 | 12 |
1.1 | BBB | 5 | M³ | 5 | 25 |
TOTAL CARRIED TO SUMMARY | 37 | ||||
<tbody>
</tbody>