+ Reply to Thread
Results 1 to 3 of 3

Populate a cell from another cell allowing both a formula and the cell to be edited

  1. #1
    Registered User
    Join Date
    09-05-2012
    Location
    West Byfleet, England
    MS-Off Ver
    Excel 2010
    Posts
    54

    Populate a cell from another cell allowing both a formula and the cell to be edited

    Hi Guys

    Is it possible to populate a cell from another cell allowing both a formula and the cell to be edited?

    e.g

    IF(A1 = "No", B1 = "N", "Y".

    This would allow B1 to be populate by whatever was in A1 and B1 would also be editable.

    Thanks

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Populate a cell from another cell allowing both a formula and the cell to be edited

    Cells contain either formulas or values.
    A cell cannot change the value or formula of itself (you need VBA for that).
    You can set the value of a cell dependent on another, e.g. in B1, =IF(A1="No","N","Y") but that would overwite any previous value or formula that B1 contained.
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    09-05-2012
    Location
    West Byfleet, England
    MS-Off Ver
    Excel 2010
    Posts
    54

    Re: Populate a cell from another cell allowing both a formula and the cell to be edited

    Hi Special-K

    Thanks for the reply. I understand that. However, what I am trying to do is allow a YES/NO on a dropdown list to populate a whole column on a different sheet with a Y or N to begin. After this I will allow each individual cell to be overwritten.
    I want the column to literally have a Y or N but not a formula. Hence the reason I want to populate it from another column and not write a formula directly into the column itself.

    I'm not the best at explaining, hope you understand.

    Any help would be appreciated

    Andrew

+ 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: 6
    Last Post: 01-06-2017, 05:31 PM
  2. Replies: 7
    Last Post: 06-22-2016, 10:26 PM
  3. Help: Allow cell to be edited but with hidden formula
    By chrischrischris in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-27-2015, 01:20 PM
  4. Replies: 2
    Last Post: 09-16-2014, 07:59 AM
  5. Cell Formula or Macro for First Date Row was Edited
    By jes269 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 08-26-2014, 08:47 AM
  6. Insert automatic date and time stamp in a cell if any cell of the same row is edited
    By kdhanerawala in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 11-12-2012, 06:18 PM
  7. Replies: 1
    Last Post: 06-09-2010, 01:05 PM

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