H
HammerJoe
Hi,
I have this table that span from colum E:J
1-4 14% 113-116 42% 225-228 71%
5-8 15% 117-120 43% 229-232 72%
9-12 16% 121-124 44% 233-236 73%
13-16 17% 125-128 45% 237-240 74%
The table is complete for 365 days, I just omited the rest to save
space.
Cell A1 has number of days.
I want to find the percentage that matches that day.
I have come up with this formula:
=INDEX(F1:F28,ROUNDUP(A1/4,0))
Which works fine, IF the number of days is less than 16 which is
normal because index only looks in column F.
I would like to expand this formula to also look at colum h and J
based on A1 value?
Any help appreciated,
PS: I could just have this table in one single column, but this table
is copied from a webpage and pasted into the worksheet regularly and I
just want to avoid the hassle of recreating the single column table.
Thanks.
I have this table that span from colum E:J
1-4 14% 113-116 42% 225-228 71%
5-8 15% 117-120 43% 229-232 72%
9-12 16% 121-124 44% 233-236 73%
13-16 17% 125-128 45% 237-240 74%
The table is complete for 365 days, I just omited the rest to save
space.
Cell A1 has number of days.
I want to find the percentage that matches that day.
I have come up with this formula:
=INDEX(F1:F28,ROUNDUP(A1/4,0))
Which works fine, IF the number of days is less than 16 which is
normal because index only looks in column F.
I would like to expand this formula to also look at colum h and J
based on A1 value?
Any help appreciated,
PS: I could just have this table in one single column, but this table
is copied from a webpage and pasted into the worksheet regularly and I
just want to avoid the hassle of recreating the single column table.
Thanks.