![]() |
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(J4I4,"Up Prev Mth", "Under Prev Mth") this compares the data from J4 with I4. What I want it to do is update to: =IF(K4J4,"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. |
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(K4J4,"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(J4I4,"Up Prev Mth", "Under Prev Mth") this compares the data from J4 with I4. What I want it to do is update to: =IF(K4J4,"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. |
All times are GMT +1. The time now is 12:11 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com