+ Reply to Thread
Results 1 to 5 of 5

Just Curiious - formula to add data to another cell

  1. #1
    Registered User
    Join Date
    09-27-2012
    Location
    Florida, USA
    MS-Off Ver
    Excel 2007
    Posts
    48

    Just Curiious - formula to add data to another cell

    Just Curious folks:

    Is it possible to have a formula in one cell, that can enter data into another cell based on criteria in 3rd cell?

    Assume
    A1 = Yes or No
    B1 = formula - such as if A1 = Yes then C1 = 1 else C1 = 0
    C1 = result of formula from B1

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Just Curiious - formula to add data to another cell

    A formula can not "push" a result to another cell.

    A formula can only return a result to the cell that contains the formula.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,819

    Re: Just Curiious - formula to add data to another cell

    As Tony indicated, in spreadsheet programming, you don't want to think of one cell "pushing" data into another. You want to think of a cell "pulling" data into itself. So in your example:

    A1 = Yes or No
    B1 is blank -- since it has no relationship between A1 and C1.
    C1 = formula that chooses result. Because desired outputs are usually more than 1/0, I expect you will want an =IF() function: =IF(A1="Yes",1,0) http://office.microsoft.com/en-us/ex...926.aspx?CTT=1
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  4. #4
    Registered User
    Join Date
    09-27-2012
    Location
    Florida, USA
    MS-Off Ver
    Excel 2007
    Posts
    48

    Re: Just Curiious - formula to add data to another cell

    Thanks all. I didn't think it could but wanted to make sure I hadn't missed something.

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Just Curiious - formula to add data to another cell

    You're welcome. Thanks for the feedback!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: 05-13-2014, 01:18 PM
  2. [SOLVED] Formula Needed to copy data from a cell based on data entered into another cell
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-10-2013, 03:16 AM
  3. excel formula working on a cell which is having data in a data validation cell
    By sujithy007 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-16-2013, 04:18 AM
  4. excel formula working on a cell which is having data in a data validation cell
    By sujithy007 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-16-2013, 04:05 AM
  5. [SOLVED] Formula to count frequency of data in cell range based on data in different cell range
    By jrosko1 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-12-2013, 09:47 AM

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