+ Reply to Thread
Results 1 to 3 of 3

Help with functions

  1. #1
    Monty
    Guest

    Help with functions

    If I have the following formula in a worksheet to bring up a message box

    =IF((F4-E4)>=10,Amend()+F4-E4,F4-E4)

    How can I use a function to transfer some information from different cells
    to a new worksheet
    if the formula above works?



  2. #2
    Peo Sjoblom
    Guest

    RE: Help with functions

    You can't have a function transfer information to another cell, it will
    return it's info in the cell where it's located, you would need a formula(s)
    in the cells where you want this information. Otherwise you would need VBA

    Regards,

    Peo Sjoblom

    "Monty" wrote:

    > If I have the following formula in a worksheet to bring up a message box
    >
    > =IF((F4-E4)>=10,Amend()+F4-E4,F4-E4)
    >
    > How can I use a function to transfer some information from different cells
    > to a new worksheet
    > if the formula above works?
    >
    >


  3. #3
    Monty
    Guest

    RE: Help with functions

    VBA? What will i look for.

    Thanks

    "Peo Sjoblom" wrote:

    > You can't have a function transfer information to another cell, it will
    > return it's info in the cell where it's located, you would need a formula(s)
    > in the cells where you want this information. Otherwise you would need VBA
    >
    > Regards,
    >
    > Peo Sjoblom
    >
    > "Monty" wrote:
    >
    > > If I have the following formula in a worksheet to bring up a message box
    > >
    > > =IF((F4-E4)>=10,Amend()+F4-E4,F4-E4)
    > >
    > > How can I use a function to transfer some information from different cells
    > > to a new worksheet
    > > if the formula above works?
    > >
    > >


+ 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