+ Reply to Thread
Results 1 to 2 of 2

Set up formula to update when new column data is entered

  1. #1
    Bushman
    Guest

    Set up formula to update when new column data is entered

    How can I set up a formula to update when new column totals are added? Is
    this even possible? Here is an example;

    Current formula shows: =IF(J4>I4,"Up Prev Mth", "Under Prev Mth") this
    compares the data from J4 with I4.

    What I want it to do is update to: =IF(K4>J4,"Up Prev Mth", "Under Prev
    Mth") when it detects data has been entered into K4.

    This may require programming at which I am really not qualified. Any help or
    suggestions to eliminate the manual updates would be appreciated. Thanks, Jim.

  2. #2
    Tom Ogilvy
    Guest

    RE: Set up formula to update when new column data is entered

    Possibly modify your formula and prefill your cells

    for example, in the cell that would refer to K4

    =If(K4="","",IF(K4>J4,"Up Prev Mth", "Under Prev Mth"))

    --
    Regards,
    Tom Ogilvy

    "Bushman" wrote:

    > How can I set up a formula to update when new column totals are added? Is
    > this even possible? Here is an example;
    >
    > Current formula shows: =IF(J4>I4,"Up Prev Mth", "Under Prev Mth") this
    > compares the data from J4 with I4.
    >
    > What I want it to do is update to: =IF(K4>J4,"Up Prev Mth", "Under Prev
    > Mth") when it detects data has been entered into K4.
    >
    > This may require programming at which I am really not qualified. Any help or
    > suggestions to eliminate the manual updates would be appreciated. Thanks, Jim.


+ 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.6.0 RC 1