Hello,
Please refer attached worksheet and advise a formula adding IS ERROR to it.
Thanks heaps
Excel Dumbo
Hello,
Please refer attached worksheet and advise a formula adding IS ERROR to it.
Thanks heaps
Excel Dumbo
Hello I also need to add an additional condition. Please refer the new spreadsheet
Thanks
2 ways to do this...
=IF(VLOOKUP(A17,$A$2:$E$9,5,FALSE)="retail",VLOOKUP(A17,$A$2:$D$9,2,FALSE)/(VLOOKUP(A17,$A$2:$D$9,3,FALSE)-VLOOKUP(A17,$A$2:$D$9,4,FALSE)),"")
OR add a helper column in F and use this, copied down...
=IF(E2="retail",B2/(C2-D2),"")
then use this shorter version instead...
=VLOOKUP(A17,$A$2:$F$9,6,FALSE)
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
Hi,
I have reattached your spreadsheet.
I have used SUMIF to produce a result.
I needed to add another column.
Try it.
Cheers
TonyB
Thanks Heaps FDibbins and TonyB . It worked like magic
Thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks