+ Reply to Thread
Results 1 to 9 of 9

how to write formulas in excel for money to days

  1. #1
    wolfmasterr
    Guest

    how to write formulas in excel for money to days

    I need to write a formula to convert a monetary value(given) and have it give
    back a value in days eg: $95 =7days
    I am very new at this and all of the atempts I have made are complete failures

  2. #2
    Neil
    Guest

    RE: how to write formulas in excel for money to days

    Not much information here to go on, how does $95 = 7Days,? Is it $13.57 per
    day? and is that constant?

    Assuming that to be the case,
    Simply put the dollar amount in a cell e.g. A2, and in your target cell (B2
    for instance) type the formula =A2/13.57

    You will probably want to format your dollar cells as currency to give them
    the dollar sign, and If you're looking for whole numbers of days, you will
    have to set the correct number of decimal places on the calculated cell (B2)

    HTH (If not, post back)

    Neil
    www.nwarwick.co.uk

    "wolfmasterr" wrote:

    > I need to write a formula to convert a monetary value(given) and have it give
    > back a value in days eg: $95 =7days
    > I am very new at this and all of the atempts I have made are complete failures


  3. #3
    wolfmasterr
    Guest

    RE: how to write formulas in excel for money to days

    yes $13.57 = 1 day the money amout goes into C1 with the day value going into
    E1 with the same happening down to E32. what I need is a way of adding days
    to a date that has aready been input to cell d1-d32. As stated I am hopless
    with this

    "Neil" wrote:

    > Not much information here to go on, how does $95 = 7Days,? Is it $13.57 per
    > day? and is that constant?
    >
    > Assuming that to be the case,
    > Simply put the dollar amount in a cell e.g. A2, and in your target cell (B2
    > for instance) type the formula =A2/13.57
    >
    > You will probably want to format your dollar cells as currency to give them
    > the dollar sign, and If you're looking for whole numbers of days, you will
    > have to set the correct number of decimal places on the calculated cell (B2)
    >
    > HTH (If not, post back)
    >
    > Neil
    > www.nwarwick.co.uk
    >
    > "wolfmasterr" wrote:
    >
    > > I need to write a formula to convert a monetary value(given) and have it give
    > > back a value in days eg: $95 =7days
    > > I am very new at this and all of the atempts I have made are complete failures


  4. #4
    wolfmasterr
    Guest

    RE: how to write formulas in excel for money to days

    what I am trying to do is formulate a houskeeping run sheet for a boarding
    house

    "wolfmasterr" wrote:

    > yes $13.57 = 1 day the money amout goes into C1 with the day value going into
    > E1 with the same happening down to E32. what I need is a way of adding days
    > to a date that has aready been input to cell d1-d32. As stated I am hopless
    > with this
    >
    > "Neil" wrote:
    >
    > > Not much information here to go on, how does $95 = 7Days,? Is it $13.57 per
    > > day? and is that constant?
    > >
    > > Assuming that to be the case,
    > > Simply put the dollar amount in a cell e.g. A2, and in your target cell (B2
    > > for instance) type the formula =A2/13.57
    > >
    > > You will probably want to format your dollar cells as currency to give them
    > > the dollar sign, and If you're looking for whole numbers of days, you will
    > > have to set the correct number of decimal places on the calculated cell (B2)
    > >
    > > HTH (If not, post back)
    > >
    > > Neil
    > > www.nwarwick.co.uk
    > >
    > > "wolfmasterr" wrote:
    > >
    > > > I need to write a formula to convert a monetary value(given) and have it give
    > > > back a value in days eg: $95 =7days
    > > > I am very new at this and all of the atempts I have made are complete failures


  5. #5
    Neil
    Guest

    RE: how to write formulas in excel for money to days

    Excel date calculation is quite easy once you know a few basics.

    Rather than explain it all in detail here, check out the Excel pages on my
    website, www.nwarwick.co.uk, you will find two seperate articles that explain
    how Excels date system works, and also how to perform calculations using
    dates which sounds like what you're looking for.

    HTH

    Neil

    "wolfmasterr" wrote:

    > what I am trying to do is formulate a houskeeping run sheet for a boarding
    > house
    >
    > "wolfmasterr" wrote:
    >
    > > yes $13.57 = 1 day the money amout goes into C1 with the day value going into
    > > E1 with the same happening down to E32. what I need is a way of adding days
    > > to a date that has aready been input to cell d1-d32. As stated I am hopless
    > > with this
    > >
    > > "Neil" wrote:
    > >
    > > > Not much information here to go on, how does $95 = 7Days,? Is it $13.57 per
    > > > day? and is that constant?
    > > >
    > > > Assuming that to be the case,
    > > > Simply put the dollar amount in a cell e.g. A2, and in your target cell (B2
    > > > for instance) type the formula =A2/13.57
    > > >
    > > > You will probably want to format your dollar cells as currency to give them
    > > > the dollar sign, and If you're looking for whole numbers of days, you will
    > > > have to set the correct number of decimal places on the calculated cell (B2)
    > > >
    > > > HTH (If not, post back)
    > > >
    > > > Neil
    > > > www.nwarwick.co.uk
    > > >
    > > > "wolfmasterr" wrote:
    > > >
    > > > > I need to write a formula to convert a monetary value(given) and have it give
    > > > > back a value in days eg: $95 =7days
    > > > > I am very new at this and all of the atempts I have made are complete failures


  6. #6
    CLR
    Guest

    Re: how to write formulas in excel for money to days

    With "Money" in A1, and "Days" in B1, and $95 in A2, put this in B2
    =ROUND(A2/13.57,0)........it will return 7 days.

    Vaya con Dios,
    Chuck, CABGx3



    "wolfmasterr" <wolfmasterr@discussions.microsoft.com> wrote in message
    news:DB106170-DEBE-4B1E-BC25-5A069DC69070@microsoft.com...
    > I need to write a formula to convert a monetary value(given) and have it

    give
    > back a value in days eg: $95 =7days
    > I am very new at this and all of the atempts I have made are complete

    failures



  7. #7
    Forum Contributor
    Join Date
    10-14-2004
    Location
    San Diego, CA
    Posts
    213
    Check out this web site, Excel Tips.

    Type in, "FORCASTING DAILY BUDGET".

  8. #8
    wolfmasterr
    Guest

    Re: how to write formulas in excel for money to days

    Thankyou both for your help as I have the formulas that you have supplied
    working

    "CLR" wrote:

    > With "Money" in A1, and "Days" in B1, and $95 in A2, put this in B2
    > =ROUND(A2/13.57,0)........it will return 7 days.
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    >
    > "wolfmasterr" <wolfmasterr@discussions.microsoft.com> wrote in message
    > news:DB106170-DEBE-4B1E-BC25-5A069DC69070@microsoft.com...
    > > I need to write a formula to convert a monetary value(given) and have it

    > give
    > > back a value in days eg: $95 =7days
    > > I am very new at this and all of the atempts I have made are complete

    > failures
    >
    >
    >


  9. #9
    CLR
    Guest

    Re: how to write formulas in excel for money to days

    You're quite welcome...........thanks for the feedback.

    Vaya con Dios,
    Chuck, CABGx3



    "wolfmasterr" <wolfmasterr@discussions.microsoft.com> wrote in message
    news:FA669785-D0D5-44AD-BCC4-E7FA562D3D54@microsoft.com...
    > Thankyou both for your help as I have the formulas that you have supplied
    > working
    >
    > "CLR" wrote:
    >
    > > With "Money" in A1, and "Days" in B1, and $95 in A2, put this in B2
    > > =ROUND(A2/13.57,0)........it will return 7 days.
    > >
    > > Vaya con Dios,
    > > Chuck, CABGx3
    > >
    > >
    > >
    > > "wolfmasterr" <wolfmasterr@discussions.microsoft.com> wrote in message
    > > news:DB106170-DEBE-4B1E-BC25-5A069DC69070@microsoft.com...
    > > > I need to write a formula to convert a monetary value(given) and have

    it
    > > give
    > > > back a value in days eg: $95 =7days
    > > > I am very new at this and all of the atempts I have made are complete

    > > failures
    > >
    > >
    > >




+ 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