+ Reply to Thread
Results 1 to 5 of 5

creating functions

  1. #1
    grumpy
    Guest

    creating functions

    trying to create a function that IF B1 is >( time value), then TRANSPOSE
    (number value) B2 to B3. can anyonehelp with this function

  2. #2
    Valued Forum Contributor
    Join Date
    06-16-2006
    Location
    Sydney, Australia
    MS-Off Ver
    2013 64bit
    Posts
    1,394
    can you be more descriptive. What does transpose mean?

  3. #3
    grumpy
    Guest

    Re: creating functions

    copy or move

    "Mallycat" wrote:

    >
    > can you be more descriptive. What does transpose mean?
    >
    >
    > --
    > Mallycat
    > ------------------------------------------------------------------------
    > Mallycat's Profile: http://www.excelforum.com/member.php...o&userid=35514
    > View this thread: http://www.excelforum.com/showthread...hreadid=561381
    >
    >


  4. #4
    Roger Govier
    Guest

    Re: creating functions

    Hi

    Try entering in B3
    =IF(B1>TIME(9,15,0),B2,"")

    If the time in B1 is greater than 9:15, then B3 will have the value that
    is in B2, otherwise it will remain empty.
    --
    Regards

    Roger Govier


    "grumpy" <[email protected]> wrote in message
    news:[email protected]...
    > trying to create a function that IF B1 is >( time value), then
    > TRANSPOSE
    > (number value) B2 to B3. can anyonehelp with this function




  5. #5
    Bob Phillips
    Guest

    Re: creating functions

    In B3

    =IF(B1>TIME(9,30,0),B2,"")

    or

    =IF(B1>--"9:30:00",B2,"")

    --
    HTH

    Bob Phillips

    (replace somewhere in email address with gmail if mailing direct)

    "grumpy" <[email protected]> wrote in message
    news:[email protected]...
    > copy or move
    >
    > "Mallycat" wrote:
    >
    > >
    > > can you be more descriptive. What does transpose mean?
    > >
    > >
    > > --
    > > Mallycat
    > > ------------------------------------------------------------------------
    > > Mallycat's Profile:

    http://www.excelforum.com/member.php...o&userid=35514
    > > View this thread:

    http://www.excelforum.com/showthread...hreadid=561381
    > >
    > >




+ 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