superbeast326

Board Regular
Joined
Nov 12, 2011
Messages
132
I have a list of eight names.

Is there a formula where I can make the first name repeat from a1:a6, second a7:a12, so on and so forth.
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Can you perhaps explain what exactly you are trying to do? What do you need the DV for and where?

The DV list needs to read a range of values. When applied to a cell it (typically) gives a user a drop-down from which to choose one item from that list.

I assumed you were using a DV list for the actual names. So be they constants you or formula you would need names in a range.

You can still use formulae to reference the DV list range, so if that is what you mean by use COUNIFS etc., then yes sure you can.
 
Upvote 0
So that means if I were to put DV Lists in E2:E51, I can still use this formula
=SUMPRODUCT(COUNTIF(E2:E51,Names))

By the way, about the DV list, is it possible to make a DV list with these two texts, Yes and No, while making No the default text until it is changed to Yes?
 
Upvote 0
So that means if I were to put DV Lists in E2:E51, I can still use this formula
=SUMPRODUCT(COUNTIF(E2:E51,Names))

By the way, about the DV list, is it possible to make a DV list with these two texts, Yes and No, while making No the default text until it is changed to Yes?
Yes to being able to use SUMPRODUCT(COUNTIF(E2:E51,Names))

And yes to DV, you just have to enter the No into the range as constants..
 
Upvote 0

Forum statistics

Threads
1,217,058
Messages
6,134,341
Members
449,869
Latest member
andrewtbi

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