Numbers Fill between the dates right amount weekly or monthly
Hi Guys
Im Looking for some help
Im trying to make a formula Where from Table 1 between the dates from column B to C
Will automatically fill up amount ( from Table 1 column E ) to the Table 2 , 3 between those dates
I would to have a option fill up weekly or monthly
Any advice please ?
That's my formula but seems like I do something wrong because doesn't show up anything in Table 2,3
IFERROR(
INDEX(Table 1::E, MATCH(TRUE,
(A2 ≥ Table 1::B2:B5) *
(A2 ≤ Table 1::C2:C5) *
(
(Table 1::D2:D5 = "Weekly") +
((Table 1::D2:D5 = "Monthly") * (A2 = Table 1::B2:B5))
),
0)
),
"")
Photo shows what's I mean
Greatfull for some advice
MacBook Air 15″, macOS 15.5