Hello
I am wondering if there is a better way to do this. Maybe with VBA? I have a spreadsheet that needs to pull data from a table daily. Currently I am using array formulas but it takes forever and I need to update each array formula manually. So currently I go into each new day array cell push F2 then CSE, control shift enter (is there a different way). The table is on the Summary17 tab and that will grow everyday for the entire year. I need it to find the correct day on the table then return the corresponding result.
Here is my formula currently.
{=IF(OR(Summary17!$A:$A=$A4),ABS(INDEX(Summary17!$E:$E,MATCH(1,($A4=Summary17!$A:$A)*(G$1=Summary17!$B:$B),0))),"")}
Like I said this will grow with each new day and each new month so my plan now is to copy rows A1:O29 and paste below maybe cell A32 for March and so on.
Thank you in advance for the help!
I am wondering if there is a better way to do this. Maybe with VBA? I have a spreadsheet that needs to pull data from a table daily. Currently I am using array formulas but it takes forever and I need to update each array formula manually. So currently I go into each new day array cell push F2 then CSE, control shift enter (is there a different way). The table is on the Summary17 tab and that will grow everyday for the entire year. I need it to find the correct day on the table then return the corresponding result.
Here is my formula currently.
{=IF(OR(Summary17!$A:$A=$A4),ABS(INDEX(Summary17!$E:$E,MATCH(1,($A4=Summary17!$A:$A)*(G$1=Summary17!$B:$B),0))),"")}
Like I said this will grow with each new day and each new month so my plan now is to copy rows A1:O29 and paste below maybe cell A32 for March and so on.
Thank you in advance for the help!