Md. Maruf Niaz, BSc, Textile Engineering, Bangladesh University of Textiles, has worked with the ExcelDemy project for 11 months. He works as an Excel and VBA Content Developer who provides easy solutions to Excel-related problems and regularly writes fantastic content articles. He has published almost 20 articles in ExcelDemy. As an Excel & VBA Content Developer for ExcelDemy, he offers solutions to complex issues. He demonstrates an enthusiastic mindset and adeptness in managing critical situations with finesse, showcasing his commitment to excellence.
Download Practice Workbook Download the free Excel worksheet. Sort.xlsx Example 1 - Sort in Ascending Order To sort the dataset in ...
Excel is a popular tool for doing regression analysis because it has a user-friendly interface and a variety of features. Here's the dataset we'll use to ...
In this article, we will go over how you can count cells in Excel for the various needs you may have. Counting Cells is one of the most frequently performed ...
We need to use date and time in Excel for various functions and formatting. Excel date and time functionality involves handling and manipulating dates and ...
Dates are one of the most common data types we use in Excel. Using and interpreting dates can be confusing, as Excel has several formats to display the same ...
Geocoding is the process of converting addresses or place names into geographic coordinates. Geographic coordinates are latitude and longitude. ...
In this article, we will discuss how to add and remove decimals in Excel. Decimals are commonly in use while dealing with currency, accounting, measurement, ...
Method 1 - Clear Content Using a Keyboard Shortcut 1.1 Clear Content of a Single Cell Select the cell from which you want to clear contents and press the ...
In this article, we will go over how you can set up a print area in Excel. The print area determines how your content looks when printed. Clicking on the ...
Columns are the vertical alignment of cells in an Excel worksheet. A single worksheet contains a total of 16,384 columns. Each column is addressed at the top ...
The image below showcases the Excel tooltip on hover. Using the Excel Tooltip You can use the tooltip to: Input Data Explain Data ...
Introduction to Excel VBA Range Function Function Objective: The Excel VBA Range function references a range in a worksheet. Syntax: Range(Cell1,) ...
Row numbers act as reference points for conducting calculations in Excel. They help users to identify and locate particular rows in a worksheet. Row numbers ...
Sparklines are a powerful feature in Excel that allows you to display miniature charts within a single cell, making it easier to visualize trends and patterns ...
Method 1 - Applying “Not Blank” Operator The Not Blank operator can be used to find out whether a cell or a range of cells is blank or not. The "<>" ...

Hello HENRY,
I hope you are doing well and thank you for your query. You can use the following formula to see which group these names are from.
=INDEX($B$4:$D$4,MOD(ROW(B5)-5,COLUMNS($B$4:$D$4))+1)
The formula uses INDEX, MOD, ROW and COLUMNS functions to look up the values in cells within column F and returns the corresponding group names in column G.
Here is an image displaying the result in an Excel sheet:
Regards
Maruf Niaz || ExcelDemy