Create dataset template by repeating a locked set of figures

laurenh345

New Member
Joined
Mar 13, 2020
Messages
19
Office Version
  1. 2007
Platform
  1. Windows
Good morning, could someone please help me with the following. I am trying to create a baseline template for a model I am working on. I have a set number of fields I need to repeat ,so I can upload this into a data base . For example, I have 2 countries, 2 cost center, 8 levels, 12 locations, and 3 accounts. I need each field to repeat so I can calculate a unique set of $ that will be loaded to each unique set, for example I need one line for country- USA, cost center 5003, account 7007, level 1. I was thinking about using the mod row and index combo but have not had nay luck. Any suggestions on helping create a master template with no duplicate? I appreciate any help on the question.
1615664938716.png
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Good morning, could someone please help me with the following. I am trying to create a baseline template for a model I am working on. I have a set number of fields I need to repeat ,so I can upload this into a data base . For example, I have 2 countries, 2 cost center, 8 levels, 12 locations, and 3 accounts. I need each field to repeat so I can calculate a unique set of $ that will be loaded to each unique set, for example I need one line for country- USA, cost center 5003, account 7007, level 1. I was thinking about using the mod row and index combo but have not had nay luck. Any suggestions on helping create a master template with no duplicate? I appreciate any help on the question.
View attachment 34288
I used this formula for the locations, but I am stuck on how to incorporate the other fields.=IF(ROWS($H$4:H4)>Drivers!$T$50,"",INDEX('Prophecy Criteria'!$M$4:$M$14,MOD(ROWS($H$4:H4)-1,Drivers!$T$48)+1))
 
Upvote 0

Forum statistics

Threads
1,213,538
Messages
6,114,218
Members
448,554
Latest member
Gleisner2

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