I want to display the number of weeks it takes until an event is happening for a certain Item (B4, B5, etc.). My timeline is in weeks on the x-axis increasing to the right. There are empty cells in the row until i.e. "event 1" is reached.

I want to display the weeks it takes until a that "event 1" is reached from today (in C4, C5 or D4, D5). It would be perfect if excel can refer to the actual current date the file is opened.
Either by counting the empty cells from the current week or by a formula that refers to the week it takes place and then counts backwards with the dates.
Does anyone have a straightforward solution. Would be really thankful!

Here is one way of doing this, if i have understood correctly, then this should work accordingly as per the required request:
• Formula used in cell C4
XMATCH()returns the position ofEvent 1TAKE()to extract the number columns required.XMATCH()withWEEKNUM()function to get the position of the present weeks number.DROP()to exclude the number columns not required.COLUMNS()function to get the counts.Shorter & Quicker Version: Using
TOROW()&TOCOL()MS365 Exclusive