Looping through a list of name each new week

kaufa

New Member
Joined
Sep 27, 2022
Messages
4
Office Version
  1. 365
Platform
  1. Windows
Hi all,

Hope to be able to find some help : thanking you in advance !
First of all, if possible, I would like to avoid any VBA, but am ok to use it if no other options.

Here is my problem :
I have a list of names in A1:A5 and the current week number showing in B1.
My goal is to loop through the A1:A5 range and show the next name in the list each new week in cell C1.
So far I have failed to make it work, trying to use IF formula.

Thank you very much in advance for your support !
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Hi & welcome to MrExcel.
How about
Excel Formula:
=INDEX(A1:A5,MOD(B1-1,5)+1)
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,617
Messages
6,120,541
Members
448,970
Latest member
kennimack

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