R
RyeDarrow
Version: 2008
Operating System: Mac OS X 10.5 (Leopard)
Processor: Intel
I created a spreadsheet in Office 2007 to help me track my college expenses.
Column A "Date" B "Category" C "Amount"
The Formula I created in 2007 to calculate my expenses for each Category per Month is:
=SUMIFS($C$5:$C$300,$B$5:$B$300,"books",$A$5:$A$300,">=9/1/2008",$A$5:$A$300,"<10/1/2008")
When I opened the document in 2008 it now reads #VALUE...?
After doing some research online I tried adjusting the formula to:
=SUMIFS($C$5:$C$300,$B$5:$B$300,"books",$A$5:$A$300,">="&"9/1/2008",$A$5:$A$300,"<"&"10/1/2008")
I cant understand why it works in 2007 on PC, but 2008 cant figure it out on my Mac? I know 2008 doesn't have VB support, but that shouldnt be a problem for a sumifs formula?
I have been at it for 3 days now, any help would be greatly appreciated. Thanks guys.
-Ryan
Operating System: Mac OS X 10.5 (Leopard)
Processor: Intel
I created a spreadsheet in Office 2007 to help me track my college expenses.
Column A "Date" B "Category" C "Amount"
The Formula I created in 2007 to calculate my expenses for each Category per Month is:
=SUMIFS($C$5:$C$300,$B$5:$B$300,"books",$A$5:$A$300,">=9/1/2008",$A$5:$A$300,"<10/1/2008")
When I opened the document in 2008 it now reads #VALUE...?
After doing some research online I tried adjusting the formula to:
=SUMIFS($C$5:$C$300,$B$5:$B$300,"books",$A$5:$A$300,">="&"9/1/2008",$A$5:$A$300,"<"&"10/1/2008")
I cant understand why it works in 2007 on PC, but 2008 cant figure it out on my Mac? I know 2008 doesn't have VB support, but that shouldnt be a problem for a sumifs formula?
I have been at it for 3 days now, any help would be greatly appreciated. Thanks guys.
-Ryan