i'm using Excel 2007 and have discovered the COUNTIFS() function that suits my needs nearly perfectly.
My problem is in getting the data i want from a sheet within the workbook.
Data sheet consists of 7 columns; Column 1 is a data, Column 3 is a number, Column 5 is a number, Column 6 and 7 are text.
i can calculate the dates in the Data sheet, but not in Sheet 1 or any other sheet i try it in.
Gives me the current month in the current sheet. i can add and subtract to get other months.
Should give me a count of all the current months in the data sheet and return the result in Sheet 1, but it doesn't.
i can get all the other data i need, display it as required, etc. but these date things are driving me batty.
Am i missing something here?
My problem is in getting the data i want from a sheet within the workbook.
Data sheet consists of 7 columns; Column 1 is a data, Column 3 is a number, Column 5 is a number, Column 6 and 7 are text.
i can calculate the dates in the Data sheet, but not in Sheet 1 or any other sheet i try it in.
Code:
=MONTH(TODAY()))
Code:
=countif(Data!$A$2:$A$280,month(today()))
Should give me a count of all the current months in the data sheet and return the result in Sheet 1, but it doesn't.
i can get all the other data i need, display it as required, etc. but these date things are driving me batty.
Am i missing something here?