Convert expense time units
To convert an expense in one time unit (i.e. daily, weekly, monthly, etc.) to other time units, you can use a two-way INDEX and MATCH formula. In the example shown, the formula in E5 (copied across and down) is :
=$C5*INDEX(data,MATCH($D5,vunits,0),MATCH(F$4
...Read more