Foolzrailer
New Member
- Joined
- Jun 12, 2017
- Messages
- 15
Hello
I've finally figured out how to a formula in Excel to give me SumIFS of all the data I need. Now however I need to convert this to Access if that is possible.
Danish Excel formula for SumIf:
Basically my Column A in Excel would be
and Column B would be
But I can't figure out how to convert it, any support on getting this correct would be much appreciated.
I've finally figured out how to a formula in Excel to give me SumIFS of all the data I need. Now however I need to convert this to Access if that is possible.
Danish Excel formula for SumIf:
Excel Formula:
=(SUM.HVISER(B:B;A:A;">="&A2;A:A;"<"&A2+1/24))/15
Basically my Column A in Excel would be
Code:
[Table1].[Time]
Code:
[Table1].[Data]
But I can't figure out how to convert it, any support on getting this correct would be much appreciated.
Last edited: