+ Reply to Thread
Results 1 to 2 of 2

Thread: IF function question

  1. #1
    Registered User
    Join Date
    01-31-2012
    Location
    McCall, ID
    MS-Off Ver
    Excel 2007
    Posts
    1

    IF function question

    Hi,

    I have an excel file where I want to select a checkbox and then have the data next to the check box go into another cell. I have figured out how to make a corresponding cell show TRUE or FALSE depending on the checked status of the box. So I was thinking of using an IF function based on the TRUE/FALSE designation from check box.

    For example, check box in A1, If A2=TRUE then I want A3 cell contents copied and moved to G33.

    Thank you very much,

    August

  2. #2
    Valued Forum Contributor Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Excel 2007
    Posts
    685

    Re: IF function question

    A formula can't "push" data to another cell, it can only "pull" data to the cell in which the formula resides. So you'll need to put the formula in cell G33, something like:

    =IF(A2,A3,"")

    Hope this helps.

    Pete

+ 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.2.0