dragging an indirect formula

DeanRobinson

New Member
Joined
Sep 1, 2011
Messages
35
Hi all im wondering if there is another way of doing the below formula so that when i drag across the E16:E goes along ie next cell would be F16:F.


=COUNTIF(INDIRECT("E16:E"&(TODAY()-E1)+16),"V")
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Hi all im wondering if there is another way of doing the below formula so that when i drag across the E16:E goes along ie next cell would be F16:F.


=COUNTIF(INDIRECT("E16:E"&(TODAY()-E1)+16),"V")
Just so I can get an idea of the size of the range...

What's in E1?
 
Upvote 0
Maybe

=COUNTIF(E16:INDEX(E:E, TODAY() - E1 + 16), "V")
 
Upvote 0
You asking that question has just made me realise im doing it wrong. E1 is the employees start date. what im trying to do if find out how many vacations ("V") someone has had between there start date E1 and today() my indirect should be moving the first part of the range aswell as the second.
 
Upvote 0

Forum statistics

Threads
1,224,600
Messages
6,179,836
Members
452,947
Latest member
Gerry_F

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top