View Single Post
  #1   Report Post  
Walterius
 
Posts: n/a
Default Do not show $ per week when days remain < 7

I have a spreadsheet that calculates the amount of money remaining per day
for the month($remain/daysremain) and per week ($remain per day * 7) for the
month. But the per week logic fails when there are less than seven days
remaining in the month.

How can I teach excel to use $remain when daysremain < 7?