Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default How do I select cells for a specific month in Excel 2003?


--
Many Thanks

HelplessIdiot
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default How do I select cells for a specific month in Excel 2003?

To expand this as the question was poorly put


I have a spreadsheet with multiple worksheets, and am trying to count
entries in a given month that were completed after an agreed completion date.

I am starting with one of the sheets, but cannot find a function that will
allow me to count all 'January' entries. They all have a 'Date Raised' entry
in UK format. i.e 12-Jan-09 from 12/01/09.

My current failing array formula is as follows

=SUM(IF('Closed RFD Log'!E93:E400=MONTH(1),(IF('Closed RFD
Log'!I93:I400="Funded",IF('Closed RFD Log'!N93:N400'Closed RFD
Log'!P93:P400,1,0)))))
--
Many Thanks

HelplessIdiot


"HelplessIdiot" wrote:


--
Many Thanks

HelplessIdiot

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default How do I select cells for a specific month in Excel 2003?

HelplessIdiot wrote:
To expand this as the question was poorly put


I have a spreadsheet with multiple worksheets, and am trying to count
entries in a given month that were completed after an agreed completion date.

I am starting with one of the sheets, but cannot find a function that will
allow me to count all 'January' entries. They all have a 'Date Raised' entry
in UK format. i.e 12-Jan-09 from 12/01/09.

My current failing array formula is as follows

=SUM(IF('Closed RFD Log'!E93:E400=MONTH(1),(IF('Closed RFD
Log'!I93:I400="Funded",IF('Closed RFD Log'!N93:N400'Closed RFD
Log'!P93:P400,1,0)))))



The month test would go something like this:

IF(MONTH(cell:range)=1,...
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default How do I select cells for a specific month in Excel 2003?

Glenn wrote:
HelplessIdiot wrote:
To expand this as the question was poorly put


I have a spreadsheet with multiple worksheets, and am trying to count
entries in a given month that were completed after an agreed
completion date.
I am starting with one of the sheets, but cannot find a function that
will allow me to count all 'January' entries. They all have a 'Date
Raised' entry in UK format. i.e 12-Jan-09 from 12/01/09.

My current failing array formula is as follows

=SUM(IF('Closed RFD Log'!E93:E400=MONTH(1),(IF('Closed RFD
Log'!I93:I400="Funded",IF('Closed RFD Log'!N93:N400'Closed RFD
Log'!P93:P400,1,0)))))



The month test would go something like this:

IF(MONTH(cell:range)=1,...



I guess that could have been confusing...

=SUM(IF(MONTH('Closed RFD Log'!E93:E400)=1,
(IF('Closed RFD Log'!I93:I400="Funded",
IF('Closed RFD Log'!N93:N400'Closed RFD Log'!P93:P400,1,0)))))
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default How do I select cells for a specific month in Excel 2003?


--
Many Thanks

HelplessIdiot


"Glenn" wrote:

Glenn wrote:
HelplessIdiot wrote:
To expand this as the question was poorly put


I have a spreadsheet with multiple worksheets, and am trying to count
entries in a given month that were completed after an agreed
completion date.
I am starting with one of the sheets, but cannot find a function that
will allow me to count all 'January' entries. They all have a 'Date
Raised' entry in UK format. i.e 12-Jan-09 from 12/01/09.

My current failing array formula is as follows

=SUM(IF('Closed RFD Log'!E93:E400=MONTH(1),(IF('Closed RFD
Log'!I93:I400="Funded",IF('Closed RFD Log'!N93:N400'Closed RFD
Log'!P93:P400,1,0)))))



The month test would go something like this:

IF(MONTH(cell:range)=1,...



I guess that could have been confusing...

=SUM(IF(MONTH('Closed RFD Log'!E93:E400)=1,
(IF('Closed RFD Log'!I93:I400="Funded",
IF('Closed RFD Log'!N93:N400'Closed RFD Log'!P93:P400,1,0)))))


Glen

Thanks very much - that did the trick

Many Regards

Ed


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
How do I select specific cells to be my tab stops? Tab Stops In Excel (JTurke) Excel Worksheet Functions 2 October 21st 08 05:58 AM
How do I select cells within a column that contain a specific word Tobias Excel Worksheet Functions 1 September 28th 07 06:50 PM
select cells that sum up to a specific value damorrison Excel Discussion (Misc queries) 4 August 17th 06 12:35 PM
Excel 2003 is missing toolbar button select visible cells select visible cells Excel Worksheet Functions 1 August 15th 06 07:34 PM
Excel 2003 is not letting me select all cells Alina New Users to Excel 1 March 1st 06 09:21 AM


All times are GMT +1. The time now is 11:29 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"