I have, what I thought, to be a simple sheet to program. I am trying to create a formula to calculate the total annual amount based on a dollar amount entered in one cell and a pay frequency selected from a drop down in the adjacent cell.
Ex: C2 = $10
D2 = Monthly (selected form drop-down box which contains monthly, quarterly, semi-annually, annually)
**E2 = I want this cell to contain $120, based on this example, so I need it to be written so that C2*12 IF D2=Monthly. And so on so that the total will be $40 if C2*4 IF D2=Quarterly, $20 if C2*2 IF D2=Semi-annual, and $10 if C2*1 IF D2=Annual.
Thanks - Matt
Bookmarks