+ Reply to Thread
Results 1 to 2 of 2

Insert value into cell if other cell value changes

  1. #1
    Registered User
    Join Date
    03-15-2017
    Location
    UK
    MS-Off Ver
    365
    Posts
    14

    Insert value into cell if other cell value changes

    Hi

    I need a solution to do the following please:

    Cell A1 contains a Total Invoice Cost value (e.g. 9.99)
    Cell A2 contains a Total Paid Value (empty by default)
    Cell A3 contains a list menu with different options (Paid, Credited, Overdue etc).

    When Cell A3 changes to 'Paid' I want Cell A2 to automatically update to the value of Cell A1 unless it is otherwise overwritten. If the value of Cell A3 is not 'Paid' then the value of Cell A2 remains empty.

    Can anyone help me with this bit of logic?

    Thank you in advance.

  2. #2
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    Massachusetts
    MS-Off Ver
    365(PC) V:2308
    Posts
    1,472

    Re: Insert value into cell if other cell value changes

    =IF(A3="Paid",A1,"")

+ 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. Insert multiple Images to match with filename in Merge cell and Unmerge cell
    By JoeyscLee in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-21-2016, 09:46 AM
  2. [SOLVED] Marco to Insert & shift cells down at active cell and copy cell range
    By jyarbrough in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-19-2015, 06:18 AM
  3. Replies: 13
    Last Post: 11-26-2014, 05:29 PM
  4. [SOLVED] Macro to insert row if cell(i,1) notequal cell(i,1)+1 and insert certain values in row.
    By mareike in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-16-2013, 03:29 AM
  5. Replies: 4
    Last Post: 05-06-2013, 03:13 PM
  6. VBA to insert cell format into cell based on cell value
    By mmctague in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-06-2012, 02:52 PM
  7. Auto-Insert Adjacent Cell Contents to Cell Chosen by LARGE Formula
    By Aravisea in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-23-2009, 02:50 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