+ Reply to Thread
Results 1 to 2 of 2

Excel circular references - I need a formula that will append a list

  1. #1
    Registered User
    Join Date
    01-12-2025
    Location
    Uk
    MS-Off Ver
    365
    Posts
    1

    Excel circular references - I need a formula that will append a list

    Hello and thanks in advance,

    Scenario:
    I need to maintain a list of timestamps and scripting is not currently an option: in order to get a timestamp (a text string = now plus value of A2 ) I am using a version of the following:-

    =IF(AND(C2<>"",C2<>0),C2,IF(ISBLANK(A2),"",TEXT(NOW(),"dd-mm-yy, hh:mm:ss")&" "&A2))

    this works and creates a static timestamp.

    Problem:
    I need a formula to enter and copy down immediately below the above formula to create/append/grow a list of timestamps each time A2 changes,
    i.e.:
    once C2 becomes static - and A2 has changed value - I want C3 to become a static string value, then
    when C3 has become static - and A2 changes value again - I want C4 to become static, and so on.....

    If someone has a solution please provide it, and, perhaps an explanation?

    Likewise if it isn't - please an explanation why?

    This is the first time I have played with circular references and I am quite literally going round in circles (like a dog chasing it's tail - ha, ha!) - my initial instinct was that this was possible but I can't seem to get started.

    Using Office 365.

    Thanks for looking at least
    Last edited by ok_letsgiveitago; 01-13-2025 at 12:54 PM. Reason: poor spelling

  2. #2
    Valued Forum Contributor
    Join Date
    01-16-2012
    Location
    England
    MS-Off Ver
    MS 365 Version 2501 64-bit
    Posts
    1,491

    Re: Excel circular references - I need a formula that will append a list

    ok,

    Realise it's some time since you posted this, but the easiest solution is a "worksheet change" macro that copies C2 into C3 every time you change C2, and converts C3 into a value.

    But it's not clear whether you then want the NEXT change to C2 to "ovewrite" C3, or be added below to C4, and so on?

    Hope this helps

    Ochimus

+ 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. [SOLVED] Circular References Formula Errors - Date Calculation
    By cyliyu in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-03-2022, 07:16 PM
  2. [SOLVED] Working with circular references in Excel
    By EdwardSnowden in forum Excel General
    Replies: 3
    Last Post: 09-10-2019, 04:16 PM
  3. [SOLVED] Allow Excel cell to add to itself aka circular references
    By jeeperv6 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-23-2019, 11:53 AM
  4. Circular References in Excel 2007
    By ExcelTip in forum Tips and Tutorials
    Replies: 2
    Last Post: 06-05-2015, 07:43 AM
  5. Need formula to avoid circular references
    By Venkata Krishna in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-01-2014, 10:30 AM
  6. Replies: 2
    Last Post: 02-23-2014, 06:06 PM
  7. IF formula turning up circular references
    By arpa in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-26-2007, 06:31 PM

Tags for this Thread

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