questforexcel
Board Regular
- Joined
- Jan 18, 2019
- Messages
- 128
- Office Version
- 2013
- Platform
- Windows
Hello,
I need some help with my data with different months across a financial year.
I want to pull out ending month data, so where the date changes from one month to another eg. Sept - Oct - different month so pick the ending value shown in the column, else 0.
The idea is that I want the end of month figures for that month from my daily list of transactions.
The formula that I used is =IF(LEFT(F42,3)<>LEFT(F42,3),K42,0)
When I use this formula between Sept and Oct it shows this as false, meaning its not different. Could you help me place a formula based on the month, where it would not differentiate between days but between month values.
[TABLE="width: 89"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Sep-16[/TD]
[/TR]
[TR]
[TD]Oct-16
[/TD]
[/TR]
</tbody>[/TABLE]
I need some help with my data with different months across a financial year.
I want to pull out ending month data, so where the date changes from one month to another eg. Sept - Oct - different month so pick the ending value shown in the column, else 0.
The idea is that I want the end of month figures for that month from my daily list of transactions.
The formula that I used is =IF(LEFT(F42,3)<>LEFT(F42,3),K42,0)
When I use this formula between Sept and Oct it shows this as false, meaning its not different. Could you help me place a formula based on the month, where it would not differentiate between days but between month values.
[TABLE="width: 89"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Sep-16[/TD]
[/TR]
[TR]
[TD]Oct-16
[/TD]
[/TR]
</tbody>[/TABLE]