only1zster
New Member
- Joined
- May 12, 2017
- Messages
- 6
Folks,
I am trying to change data in a cell every year.
A2..............B2
45..............5/20/16
On 5/20/17 I want the data to go +5, but I want this to happen every year.
so far this is what I've tried
A2..........................................B2...........H2
=IF(TODAY()=B2, H2+5, H2)........5/20........45
This works once. I need A2 to increase by 5 every year on the date I put into B2. I added the hidden cell of H2 as the initial number (which will be different for other rows).
What am I missing? I've been looking at this too long and I know it has to be a simple fix.
Thanks in advance.
I am trying to change data in a cell every year.
A2..............B2
45..............5/20/16
On 5/20/17 I want the data to go +5, but I want this to happen every year.
so far this is what I've tried
A2..........................................B2...........H2
=IF(TODAY()=B2, H2+5, H2)........5/20........45
This works once. I need A2 to increase by 5 every year on the date I put into B2. I added the hidden cell of H2 as the initial number (which will be different for other rows).
What am I missing? I've been looking at this too long and I know it has to be a simple fix.
Thanks in advance.