Fetching formulas from another tab

Kribulin

Board Regular
Joined
Jun 3, 2008
Messages
71
Sorry, it should be fetching values.


In the first tab, I have different values for:

1)workdays
2)Saturdays
3)Sundays,

for every 0,5h.

In the second tab, I have a list with every 0,5h for one year. Now I'm trying to make this tab fetch the values from the first tab.

Thus, for instance for 2006:

*The year starts with a Sunday, so all the corresponding values for Sunday are fetched.
*Then it just goes on: fetching 5xworkday+Saturday+Sunday and so on.

Is this possible to achieve?
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Basically, I want to make this "draggable", so I don't have to feed every day manually.

Sunday

=tab1!N14
.
.
.
=tab1!N61

Monday

=tab1!O14
.
.
.
=tab1!O61

Tuesday

=tab1!O14
.
.
.
=tab1!O61

.
.
.

Saturday
=tab1!M14
.
.
.
=tab1!M14

.
.
.
 
Upvote 0
Re: Fetching values from another tab

I'm not really in to macros, but can this be done in another way?
 
Upvote 0
I've been trying to create a macro, that fetches 5xworkday+Saturday+Sunday, and then repeats this cycle, but without success. But I think this would be a reasonable solution?
 
Upvote 0
Hi, from the question you are trying to explain it seems there is a simple solution. However, members on the board find it difficult to understand your problem.

Maybe, you could explain what you need to accomplish in a better way so that the frequency of the answers to your questions could be reasonable. Take help of HTML Maker 2.42 or Excel Jeanie to shown the Excel worksheet which you are working on currently on this Board so that everyone would have a nice and close look at your problem. For getting an concrete answer to your question, it is very necessary that you explain your question properly in a nice way with tables and formulas to the point.

Click here to download the HTML Maker:
http://puremis.net/excel/downloads.shtml

Click here to download Excel Jeanie:
http://www.excel-jeanie-html.de
 
Upvote 0
First of all, thank you for your answer. I've downloaded the suggested software and I'm trying to learn using it right now.

In the meantime: yes, the problem is very simple. I suppose even the solution might be.

So, in the first sheet I have the following:

Workday

00:00 value1
00:30 value2
and so on, until
23:30 value48

Saturday
00:00 value1
00:30 value2
and so on, until
23:30 value48

Sunday
00:00 value1
00:30 value2
and so on, until
23:30 value48


In the second sheet, I have [respectively want] the following:

01.01.2006 00:00 [fetch Sunday_value1]
01.01.2006 00:30 [fetch Sunday_value2]
an so on, until
31.12.2006 23:30 [fetch Sunday_value48]


I can do the first day of the year (the Sunday) manually, but then I try to create a function which repeatedly fetches the values: 5xworkday_values+1xSaturday_values+1xSunday_values for all the weeks of the year.

I hope it's understandable now!

Thank you for helping!
 
Upvote 0

Forum statistics

Threads
1,214,652
Messages
6,120,746
Members
448,989
Latest member
mariah3

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