column K and L on my worksheet works like this...
Column K represents an employee count for each criteria (facility, area, whatever...)
Column L shows what the change is in the count from the previous month. The previous month data is found in the row number for the current month (kinda confusing, but stay with me... the screenshot will allow this to make sense...) (hopefully)
so row number 198 represents the current month (August.)
So I need code (or conditional formatting rule) to go to the specific row number based on what the current month is.
As you can see in column B, the next upcoming month (Sept) is going to be row # 199. So the code in cell L3 will change from 198 to 199 whenever Sept 1st rolls around... (does that make sense?)
So what I need is some kind of 'If' statement where if current date now() = Sep-2024, then row number is 199. when now() is going to = Oct-2024, then the row number will be 200... and so on.
How can I do something like this? Thank you
Column K represents an employee count for each criteria (facility, area, whatever...)
Column L shows what the change is in the count from the previous month. The previous month data is found in the row number for the current month (kinda confusing, but stay with me... the screenshot will allow this to make sense...) (hopefully)
so row number 198 represents the current month (August.)
So I need code (or conditional formatting rule) to go to the specific row number based on what the current month is.
As you can see in column B, the next upcoming month (Sept) is going to be row # 199. So the code in cell L3 will change from 198 to 199 whenever Sept 1st rolls around... (does that make sense?)
So what I need is some kind of 'If' statement where if current date now() = Sep-2024, then row number is 199. when now() is going to = Oct-2024, then the row number will be 200... and so on.
How can I do something like this? Thank you