+ Reply to Thread
Results 1 to 5 of 5

Setting up a price list

  1. #1
    G4
    Guest

    Setting up a price list

    How do i Ask for the same argument from either one of two columns (IE Hour or
    Unit + exp+tax )

  2. #2
    Anne Troy
    Guest

    Re: Setting up a price list

    Perhaps something like:
    =if(isblank(a1),b1+c1+d1,a1*e1)
    where a has hours, b is unit, c is exp, d is tax, and e is hourly rate.

    ************
    Hope it helps!
    Anne Troy
    www.OfficeArticles.com
    Check out the NEWsgroup stats!
    Check out: www.ExcelUserConference.com

    "G4" <[email protected]> wrote in message
    news:[email protected]...
    > How do i Ask for the same argument from either one of two columns (IE Hour
    > or
    > Unit + exp+tax )




  3. #3
    CLR
    Guest

    RE: Setting up a price list

    Please be a litte more detailed in describing your problem. "What" data do
    you have stored "where", and how do you wish to interrogate it?

    Thanks,
    Chuck, CABGx3



    "G4" wrote:

    > How do i Ask for the same argument from either one of two columns (IE Hour or
    > Unit + exp+tax )


  4. #4
    G4
    Guest

    RE: Setting up a price list

    The columns across the top are Hourly or unit plus tax plus expenses i want
    the total to be a result of either "Hourly" or "Unit"
    "CLR" wrote:

    > Please be a litte more detailed in describing your problem. "What" data do
    > you have stored "where", and how do you wish to interrogate it?
    >
    > Thanks,
    > Chuck, CABGx3
    >
    >
    >
    > "G4" wrote:
    >
    > > How do i Ask for the same argument from either one of two columns (IE Hour or
    > > Unit + exp+tax )


  5. #5
    CLR
    Guest

    Re: Setting up a price list


    If A1=Hourly
    B1=Unit
    C1=Tax
    D1=Expenses
    Put this in E2 and copy down.....

    =IF(COUNT(A1:B1)=2,"ERROR",SUM(MAX(A1:B1),C1,D1)

    Vaya con Dios,
    Chuck, CABGx3


    "G4" <[email protected]> wrote in message
    news:[email protected]...
    > The columns across the top are Hourly or unit plus tax plus expenses i

    want
    > the total to be a result of either "Hourly" or "Unit"
    > "CLR" wrote:
    >
    > > Please be a litte more detailed in describing your problem. "What" data

    do
    > > you have stored "where", and how do you wish to interrogate it?
    > >
    > > Thanks,
    > > Chuck, CABGx3
    > >
    > >
    > >
    > > "G4" wrote:
    > >
    > > > How do i Ask for the same argument from either one of two columns (IE

    Hour or
    > > > Unit + exp+tax )




+ 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