Hi,
I am working on a personal finance spreadsheet and would like to know how I can calculate data within a specific day range.
Currently in column A is the showing the data within the past year using the following formula. "X" represents data that is not withing the past year.
=IF(D2>MAX(D:D)-365,"","X")
I would like column B to show the data within the second year and my current solution is
=IF(D2>MAX(D:D)-730,"","X")
however, this solution will show data for the first year and second year.
How do I get it to only show the second year?
Any help is appreciated.
Bookmarks