+ Reply to Thread
Results 1 to 2 of 2

moving results to new column

  1. #1
    Registered User
    Join Date
    08-13-2006
    Posts
    1

    moving results to new column

    i have a result of a formula in cell 'A1'. what i need now is to be able to move that result to say 'B1' if 'A2'='1'

  2. #2
    Toppers
    Guest

    RE: moving results to new column


    In B1

    =IF(A2=1,A1,"") will set B1=A1 if A2=1 else B1 will be empty ("")

    "grumpybbear" wrote:

    >
    > i have a result of a formula in cell 'A1'. what i need now is to be able
    > to move that result to say 'B1' if 'A2'='1'
    >
    >
    > --
    > grumpybbear
    > ------------------------------------------------------------------------
    > grumpybbear's Profile: http://www.excelforum.com/member.php...o&userid=37446
    > View this thread: http://www.excelforum.com/showthread...hreadid=571121
    >
    >


+ 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