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
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]Ref[/TD]
[TD]Description[/TD]
[TD]Cost[/TD]
[TD]Cost inc VAT[/TD]
[TD]Overall %[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Example[/TD]
[TD][/TD]
[TD][/TD]
[TD]1.5%[/TD]
[/TR]
</tbody>[/TABLE]
BACKUP PAGE - EXAMPLE
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD]Ref[/TD]
[TD]Description[/TD]
[TD]Qty[/TD]
[TD]Unit[/TD]
[TD]Rate[/TD]
[TD]TOTAL[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1.1[/TD]
[TD]AAA[/TD]
[TD]12[/TD]
[TD]M²[/TD]
[TD]1[/TD]
[TD]12[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1.1[/TD]
[TD]BBB[/TD]
[TD]5[/TD]
[TD]M³[/TD]
[TD]5[/TD]
[TD]25[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]TOTAL CARRIED TO SUMMARY[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]37[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
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
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]Ref[/TD]
[TD]Description[/TD]
[TD]Cost[/TD]
[TD]Cost inc VAT[/TD]
[TD]Overall %[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Example[/TD]
[TD][/TD]
[TD][/TD]
[TD]1.5%[/TD]
[/TR]
</tbody>[/TABLE]
BACKUP PAGE - EXAMPLE
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD]Ref[/TD]
[TD]Description[/TD]
[TD]Qty[/TD]
[TD]Unit[/TD]
[TD]Rate[/TD]
[TD]TOTAL[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1.1[/TD]
[TD]AAA[/TD]
[TD]12[/TD]
[TD]M²[/TD]
[TD]1[/TD]
[TD]12[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1.1[/TD]
[TD]BBB[/TD]
[TD]5[/TD]
[TD]M³[/TD]
[TD]5[/TD]
[TD]25[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]TOTAL CARRIED TO SUMMARY[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]37[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]