#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Excel 2000 question

I am trying to add $5 to an existing cell value when the value of a different
cell is modified.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default Excel 2000 question

What do you mean by modified?

Also any formula can not refer to the value of the cell it is entered in...

You may use Worksheet_Change(ByVal Target As Range)
to update the value

"L Johnson" wrote:

I am trying to add $5 to an existing cell value when the value of a different
cell is modified.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Excel 2000 question

Not easily done without using a helper cell because formulas can only pull
and not push.

To do it in-cell you either use a circular reference in A1 with iterations
set to 1 or VBA code.

See JE McGimpsey's site for help on an accumulator with methods for both the
above.

http://www.mcgimpsey.com/excel/accumulator.html


Gord Dibben MS Excel MVP


On Thu, 5 Feb 2009 14:33:44 -0800, L Johnson <L
wrote:

I am trying to add $5 to an existing cell value when the value of a different
cell is modified.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2000 Question Mojo Excel Worksheet Functions 1 October 7th 08 02:17 PM
Excel 2000 column question Marci Excel Discussion (Misc queries) 1 March 28th 07 03:13 PM
Excel 2000 Date Question Steven Excel Worksheet Functions 7 March 21st 06 07:49 PM
Excel 2000 Track Changes Question. kahanad Excel Discussion (Misc queries) 1 December 8th 05 06:08 PM
Excel 2000 Question Troy Excel Worksheet Functions 3 September 26th 05 01:59 AM


All times are GMT +1. The time now is 07:40 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"