Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Displaying Formulas and Values of the Same Cells

I'm looking to create a program that will do the following:

Search 2 columns in an excel spreadsheet
Column 'A' - a date Column (dates are already grouped in sequentia
order)
Column 'B' - an integer Column (contains both positive and negativ
integers)

My end result should be: I need to know the total of the negativ
integers per month

For example
Column A has dates (1/1/2003, 1/5/2003, 1/15,2003, 2/1/203)
Column B has values (-10,5,-8,-15)
My result should be something like: January 2003 has total of 18

Any Suggestions????

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Displaying Formulas and Values of the Same Cells

Hi
try
="January 2003 has total of " &
SUMPRODUCT(--(MONTH(A1:A100)=1),--(YEAR(A1:A100)=2003))

--
Regards
Frank Kabel
Frankfurt, Germany

"estherf04 " schrieb im
Newsbeitrag ...
I'm looking to create a program that will do the following:

Search 2 columns in an excel spreadsheet
Column 'A' - a date Column (dates are already grouped in sequential
order)
Column 'B' - an integer Column (contains both positive and negative
integers)

My end result should be: I need to know the total of the negative
integers per month

For example
Column A has dates (1/1/2003, 1/5/2003, 1/15,2003, 2/1/203)
Column B has values (-10,5,-8,-15)
My result should be something like: January 2003 has total of 18

Any Suggestions?????


---
Message posted from http://www.ExcelForum.com/


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
Displaying BOTH formulas and values Ray S. Excel Discussion (Misc queries) 6 July 22nd 08 07:28 PM
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP Sherberg Excel Worksheet Functions 4 September 11th 07 01:34 AM
Referencing another WB's cells, but not formulas/values. anna Excel Worksheet Functions 3 March 31st 07 03:36 PM
Displaying temporary values on formula cells. Is this possible?q DjFreeX Excel Discussion (Misc queries) 0 August 29th 06 04:46 PM
How do I view formulas by values not by which cells they use to c. excelhelp Excel Discussion (Misc queries) 1 December 6th 04 12:30 AM


All times are GMT +1. The time now is 06:49 AM.

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"