Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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? |
#2
![]() |
|||
|
|||
![]()
A1: $ Remaining
B1: Days Remaining in Month C1: =A1/B1 ($ Remaining/Day) D1: =IF(B1<7,A1,C1*7) HTH Jason Atlanta, GA "Walterius" wrote: 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? |
#3
![]() |
|||
|
|||
![]()
Thanks, Jason. It works fine.
"Jason Morin" wrote in message ... A1: $ Remaining B1: Days Remaining in Month C1: =A1/B1 ($ Remaining/Day) D1: =IF(B1<7,A1,C1*7) HTH Jason Atlanta, GA "Walterius" wrote: 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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Number of Week Days _including_ Holidays | Excel Worksheet Functions | |||
user defined function | Excel Worksheet Functions | |||
selecting days of week using a formula in spreadsheets | Excel Worksheet Functions | |||
Line or bar graphs for tracking stocks profit and loss. | Charts and Charting in Excel | |||
Days of the week. | Excel Worksheet Functions |