SOLVED

Excel formula using dates

Copper Contributor

how do I use Sumif to compare dates in format dd/mm/yyyy (column H) to extract current financial year (01/07/2023-30/06/2024) total amounts (column E)

4 Replies
best response confirmed by Robgmcp (Copper Contributor)
Solution
Use FILTER() function. Please attach a sample file.

@Harun24HR thanks for your response.  What I am trying to do is sim the $ column for the current financial year (01/07/2023 to 30/06/2024).  When I try this using Sumif and the date column i get the #VALUE response.  I have tried re formatting the column as text and date and also tried using date functions in the formula.

Hope you can help.  See example

Thanks Robgmcp

@Robgmcp It seems problem with system date formatting. Try SUMIFS() like-

=SUMIFS(A:A,D:D,">="&H1,D:D,"<="&H2)

Harun24HR_0-1712535726546.png

 

 

Thanks, I can see that works but I'll need to change all my dates to US format.

1 best response

Accepted Solutions
best response confirmed by Robgmcp (Copper Contributor)
Solution
Use FILTER() function. Please attach a sample file.

View solution in original post