+ Reply to Thread
Results 1 to 8 of 8

Formula

  1. #1
    ED
    Guest

    Formula

    I would like to display the total hours worked for the year but not more than
    the estimated hours. What kind of formula would I use?

  2. #2
    Peo Sjoblom
    Guest

    Re: Formula

    Use MIN

    =MIN(est,total)

    will return total if less than estimate else est will be retruned

    --

    Regards,

    Peo Sjoblom


    "ED" <[email protected]> wrote in message
    news:[email protected]...
    > I would like to display the total hours worked for the year but not more

    than
    > the estimated hours. What kind of formula would I use?




  3. #3
    RagDyeR
    Guest

    Re: Formula

    Total hours in A20
    Estimated hours in B20

    =MIN(A20,B20)
    --

    HTH,

    RD
    =====================================================
    Please keep all correspondence within the Group, so all may benefit!
    =====================================================

    "ED" <[email protected]> wrote in message
    news:[email protected]...
    I would like to display the total hours worked for the year but not more
    than
    the estimated hours. What kind of formula would I use?



  4. #4
    ED
    Guest

    Re: Formula

    Thank you very much.

    "RagDyeR" wrote:

    > Total hours in A20
    > Estimated hours in B20
    >
    > =MIN(A20,B20)
    > --
    >
    > HTH,
    >
    > RD
    > =====================================================
    > Please keep all correspondence within the Group, so all may benefit!
    > =====================================================
    >
    > "ED" <[email protected]> wrote in message
    > news:[email protected]...
    > I would like to display the total hours worked for the year but not more
    > than
    > the estimated hours. What kind of formula would I use?
    >
    >
    >


  5. #5
    ED
    Guest

    RE: Formula

    That formula worked. Thank you. But now I have to complete this formula
    only if a certain cell is filled out. How would I do that.

    "ED" wrote:

    > I would like to display the total hours worked for the year but not more than
    > the estimated hours. What kind of formula would I use?


  6. #6
    Peo Sjoblom
    Guest

    Re: Formula

    =IF(cell<>"",formula,"")

    --

    Regards,

    Peo Sjoblom

    "ED" <[email protected]> wrote in message
    news:[email protected]...
    > That formula worked. Thank you. But now I have to complete this formula
    > only if a certain cell is filled out. How would I do that.
    >
    > "ED" wrote:
    >
    > > I would like to display the total hours worked for the year but not more

    than
    > > the estimated hours. What kind of formula would I use?




  7. #7
    ED
    Guest

    RE: Formula

    It didnt' work. What I entered is
    =IF(X18<>"",MIN(S18,C18),"")

    "ED" wrote:

    > I would like to display the total hours worked for the year but not more than
    > the estimated hours. What kind of formula would I use?


  8. #8
    Peo Sjoblom
    Guest

    Re: Formula

    The formula I posted checks if the cell (X18) is not blank, if not blank it
    will return the MIN formula if blank it will return blank. What does X18
    contain? Check with

    =LEN(X18)




    --

    Regards,

    Peo Sjoblom


    "ED" <[email protected]> wrote in message
    news:[email protected]...
    > It didnt' work. What I entered is
    > =IF(X18<>"",MIN(S18,C18),"")
    >
    > "ED" wrote:
    >
    > > I would like to display the total hours worked for the year but not more

    than
    > > the estimated hours. What kind of formula would I use?




+ 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