How to make any formula look at entire column on second sheet

jonathan92591

Board Regular
Joined
Oct 27, 2011
Messages
65
Hello everyone,

How to make any formula look at entire column on second sheet

--

Excel or Access version: Excel 2010

Computer operating system: Windows XP

Sample data:

Sheet 1

Excel Workbook
ABCDEFGHIJK
1SOS/ASS100321
2SOS/ASS100321D
3SOS/ASS100321S
4Dates*********
5Start5/15/2009*********
6End3/22/2010*********
SOSASS100321


Sheet 2

Excel Workbook
ABC
1SOS/ASS100321SOS/ASS100321DSOS/ASS100321S
2SOS/ASS1003215/15/20091
3SOS/ASS1003215/21/20091
4SOS/ASS1003216/3/20091
5SOS/ASS1003216/8/20092
6SOS/ASS1003216/23/20091
7SOS/ASS1003216/25/20091
8SOS/ASS1003216/26/20091
9SOS/ASS1003216/29/20092
10SOS/ASS1003216/30/20092
11SOS/ASS1003217/2/20092
12SOS/ASS1003217/3/20091
13SOS/ASS1003217/7/20091
14SOS/ASS1003217/11/20091
15SOS/ASS1003217/13/20091
16SOS/ASS1003217/16/20091
17SOS/ASS1003217/27/20091
18SOS/ASS1003217/28/20093
19SOS/ASS1003217/31/20092
20SOS/ASS1003218/1/20092
21SOS/ASS1003218/13/20091
22SOS/ASS1003218/23/20094
23SOS/ASS1003218/25/20091
24SOS/ASS1003219/9/20092
25SOS/ASS1003219/14/20091
26SOS/ASS1003219/15/20091
27SOS/ASS1003219/17/20092
28SOS/ASS1003219/18/20091
29SOS/ASS1003219/22/20092
30SOS/ASS1003219/23/20093
31SOS/ASS1003219/30/20091
32SOS/ASS10032110/5/20092
33SOS/ASS10032110/8/20091
34SOS/ASS10032110/9/20091
35SOS/ASS10032110/12/20094
36SOS/ASS10032110/13/20092
37SOS/ASS10032110/19/20092
38SOS/ASS10032110/28/20092
39SOS/ASS10032110/29/20094
40SOS/ASS10032110/30/20092
41SOS/ASS10032111/6/20091
42SOS/ASS10032111/11/20092
43SOS/ASS10032111/23/20092
44SOS/ASS10032111/24/20092
45SOS/ASS10032111/28/20091
46SOS/ASS10032112/2/20091
47SOS/ASS10032112/3/20091
48SOS/ASS10032112/4/20091
49SOS/ASS10032112/7/20092
50SOS/ASS10032112/8/20091
51SOS/ASS10032112/9/20092
52SOS/ASS10032112/11/20092
53SOS/ASS10032112/17/20093
54SOS/ASS10032112/21/20092
55SOS/ASS10032112/22/20091
56SOS/ASS10032112/23/20092
57SOS/ASS10032112/30/20091
58SOS/ASS10032112/31/20093
59SOS/ASS1003211/4/20108
60SOS/ASS1003211/5/20102
61SOS/ASS1003211/6/20102
62SOS/ASS1003211/7/20101
63SOS/ASS1003211/11/20101
64SOS/ASS1003211/12/20102
65SOS/ASS1003211/18/20102
66SOS/ASS1003211/19/20102
67SOS/ASS1003211/20/20104
68SOS/ASS1003211/21/20101
69SOS/ASS1003211/22/20101
70SOS/ASS1003211/25/20106
71SOS/ASS1003211/26/20103
72SOS/ASS1003211/27/20102
73SOS/ASS1003211/28/20102
74SOS/ASS1003211/29/20103
75SOS/ASS1003212/2/20102
76SOS/ASS1003212/3/20101
77SOS/ASS1003212/8/20103
78SOS/ASS1003212/9/20101
79SOS/ASS1003212/10/20107
80SOS/ASS1003212/11/20102
81SOS/ASS1003212/12/20101
82SOS/ASS1003212/15/20101
83SOS/ASS1003212/16/20101
84SOS/ASS1003212/17/20101
85SOS/ASS1003212/18/20101
86SOS/ASS1003212/22/20102
87SOS/ASS1003212/23/20102
88SOS/ASS1003212/24/20101
89SOS/ASS1003213/1/20102
90SOS/ASS1003213/4/20101
91SOS/ASS1003213/5/20101
92SOS/ASS1003213/8/20102
93SOS/ASS1003213/12/20102
94SOS/ASS1003213/15/20104
95SOS/ASS1003213/16/20101
96SOS/ASS1003213/17/20102
97SOS/ASS1003213/19/20101
98SOS/ASS1003213/21/20101
99SOS/ASS1003213/22/20101
Data


Formula(s) right now: = SMALL (Data!$B:$B,1)

Current result(s): 5/15/2009

My goal: Have multiple formulas on sheet 1 look at sheet 2 and sum/average/small/large/ the column for each product so I can copy the sheet and change the product's name. All of the data for each product will be on one sheet. Then there will be a drilldown for each product. If I could make this a form factor it would save me so much time and reduce errors.

Error message: No error message

How error occurred: No error message

Generated in: Excel

Thank you.

JT :)
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Is it possible to use lookup, index/match, to find oldest date based off a reference cell?

I'm trying to find the oldest date for hundreds of products.

My data sheet looks like this:

Product A Sale Date (Column 1)
11-10-11
11-12-11
11-13-11

Product A Sales on Date (Column 2)
4
5
8

Column 3 would be Product B Sale Date and Column 4 would be Product B Sales on Date and so forth. There are over 100, so, 200 columns. Date then number, date then number, etc.

I have a form factor sheet that is based on the start and end dates, or "small" and "large" formulas as I'm currently using. But I have to manually select the columns which is time consuming and could lead to errors. It would be neat if I could have the "small" and "large" formula target a specific column based on a reference sales such as Product A Sale Date or Product H Sale Date, etc.
 
Upvote 0

Forum statistics

Threads
1,216,219
Messages
6,129,575
Members
449,519
Latest member
Rory Calhoun

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