I'd like to enter in an equation such as this into a cell:
{=SUM(IF(LEFT(D8:D17,3)="130",E8:E17,0))}
in VBA. There are two issues. First, when I build up a string, I normally can't have quotes "". In php, this is simple, use single quotes instead, such as cell.formula =...