Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default If data added to Excel cell it automatically make's another cell equal zero

Hi

I'll try and explain this cos i haven't been very good at searching for
what i want.

Say you have cells 'D1' and 'D8', is there anyway that if i put data in
'D1' 'D8' data is made zero and vice vesa if i put data in 'D8' 'D1' is
made zero.

If anyone can help it would be most appreciated, if you need more
information then please ask i just tried to keep it as simple as
possible

Thanks in advance

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 279
Default If data added to Excel cell it automatically make's another cell e

use the worksheet change event
AIR code
if target = D1 then G1 = 0
if Target = G1 then D1 = 0

" wrote:

Hi

I'll try and explain this cos i haven't been very good at searching for
what i want.

Say you have cells 'D1' and 'D8', is there anyway that if i put data in
'D1' 'D8' data is made zero and vice vesa if i put data in 'D8' 'D1' is
made zero.

If anyone can help it would be most appreciated, if you need more
information then please ask i just tried to keep it as simple as
possible

Thanks in advance


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
Leaving a formula cell blank when data has not yet been added. SarahN Excel Discussion (Misc queries) 5 May 21st 10 04:24 AM
Changing the backcolor of a cell when data is added OldPoplarPete Excel Discussion (Misc queries) 1 February 18th 10 09:50 PM
Data added to a spreadsheet will not automatically add, help! CBP Excel Discussion (Misc queries) 1 February 21st 06 06:47 PM
make a letter in a cell automatically equal a dollar amount kimzim Excel Discussion (Misc queries) 1 August 17th 05 08:26 PM
How can I automatically have 10% added to cell after typing a valu cjrolls Excel Worksheet Functions 3 December 13th 04 01:45 PM


All times are GMT +1. The time now is 08:02 PM.

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

About Us

"It's about Microsoft Excel"