Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Annerobbo
 
Posts: n/a
Default Taking data from another worksheet and converting

I need a formula so that if a date is entered in a cell on one worksheet a
cell on another worksheet will add or subtract a 1 to the total that is
already there.

Thanks
  #2   Report Post  
Annerobbo
 
Posts: n/a
Default Taking data from another worksheet and converting

Sorry I forgot to say that a date in 1 cell would mean an addition and a date
in a different cell would mean a subtraction.

"Annerobbo" wrote:

I need a formula so that if a date is entered in a cell on one worksheet a
cell on another worksheet will add or subtract a 1 to the total that is
already there.

Thanks

  #3   Report Post  
Nadia
 
Posts: n/a
Default Taking data from another worksheet and converting

So you need to count the number of occurrences of positive and negative
values, i.e. #positive values - #negative values ?

Assuming that the cell range B8:B100 in your first sheet contains your input
range, the following formula would add 1 for each positive value and -1 for
each negative amount, 0 for zeros.
If you have 40 positive values and 50 negative amounts, the formula would
show -10.

=COUNTIF(Sheet1!B8:B100,"0")-COUNTIF(Sheet1!B8:B100,"<0")







"Annerobbo" wrote:

Sorry I forgot to say that a date in 1 cell would mean an addition and a date
in a different cell would mean a subtraction.

"Annerobbo" wrote:

I need a formula so that if a date is entered in a cell on one worksheet a
cell on another worksheet will add or subtract a 1 to the total that is
already there.

Thanks

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
Converting grid data to side-by-side lists The Chad Excel Discussion (Misc queries) 6 July 27th 05 03:47 PM
Converting multiple worksheet to a single page worksheet [email protected] Excel Discussion (Misc queries) 0 July 4th 05 06:26 PM
Converting a muliple page worksheet to a single page worksheet [email protected] Excel Discussion (Misc queries) 2 June 30th 05 09:40 PM
Convert data type of cells to Text,Number,Date and Time Kevin Excel Worksheet Functions 1 December 31st 04 12:57 PM
Heps to design Locked/Unlocked cells in protected worksheet Kevin Excel Discussion (Misc queries) 0 December 30th 04 07:09 AM


All times are GMT +1. The time now is 05:48 AM.

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"