first, thx for this great forum..
i learn alot from here
i am strugrilling to sum values between to dates range in excel with this format( the item row is dynamic
i can sum values between if i use this way
can anybody help me with sum values between two date range with the number 1 example? i am thinking using offset but i dont get the way...
sorry for my bad english
i learn alot from here
i am strugrilling to sum values between to dates range in excel with this format( the item row is dynamic
Code:
Date Item IN OUT Sum OUT
8/1/2016 20.00 From 8/1/2016
Books 5 20.00 To 8/9/2016
Books 5 20.00 Total
Books 5 20.00
8/2/2016 20.00 IN
Books 5 20.00 From 8/1/2016
Books 5 20.00 To 8/9/2016
8/3/2016 20.00 Total
Books 5 20.00
Books 5 20.00
Books 5 20.00
Books 5 20.00
8/4/2016 20.00
i can sum values between if i use this way
Code:
Date Item IN OUT Sum OUT
8/1/2016 20.00 From 8/1/2016
8/1/2016 Books 5 20.00 To 8/9/2016
8/1/2016 Books 5 20.00 Total 10
8/1/2016 Books 5 20.00
8/2/2016 20.00 IN
8/2/2016 Books 5 20.00 From 8/1/2016
8/2/2016 Books 5 20.00 To 8/9/2016
8/3/2016 20.00 Total 35
8/3/2016 Books 5 20.00
8/3/2016 Books 5 20.00
8/3/2016 Books 5 20.00
8/3/2016 Books 5 20.00
8/4/2016 20.00
can anybody help me with sum values between two date range with the number 1 example? i am thinking using offset but i dont get the way...
sorry for my bad english