+ Reply to Thread
Results 1 to 3 of 3

Do not show $ per week when days remain < 7

  1. #1
    Walterius
    Guest

    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?



  2. #2
    Jason Morin
    Guest

    RE: Do not show $ per week when days remain < 7

    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. #3
    Walterius
    Guest

    Re: Do not show $ per week when days remain < 7

    Thanks, Jason. It works fine.
    "Jason Morin" <[email protected]> wrote in message
    news:[email protected]...
    > 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1