MASTER SHEET
DAILY SALES SHEET
Sales Person Name
Area-A
Area-B
Area-C
Area-D
Sales Person Name
Area-A
Area-B
Area-C
Area-D
AA
AA
15
10
0
8
BB
BB
20
12
5
10
CC
FF
14
12
8
6
DD
GG
24
20
15
12
EE
HH
18
16
0
8
FF
CC
4
8
12
14
GG
HH
II
Need Formula in excel 2007 for Automatic data Transfer from Daily Sales sheet to Master Sheet. Number of sales persons changes daily and I can not use the simple formula. Please Help
Hello friends,
Is there a way to auto-paste a formula in column downwards, depending on the inputs provided in other sheet or value specified in second sheet-cell.
Let me explain this -
e.g:
a) Worksheet2 is linked with worksheet1 in certain columns.
b) End-user is allowed to fill data in sheet2 only.
c) I want to increase my rows downwards in columns in sheet1, depending on the inputs made in sheet2 (column-A) by end-user.
Worksheet 1:-
This is the main sheet having all formulas.
I have a different formulas in column "A" to "Z."
Inputs to this columns comes from sheet2.
Worksheet 2:-
As soon as user starts filling contents in colomn-A on sheet2, this is fed (linked) as input to sheet1.
a) At times, user may enter data on 2 rows in sheet2-column"A" then my sheet1 should automatically fill formulas in 2 rows in sheet1-column"A to Z".
b) If user enters 10 rows of data in sheet2, then my sheet1 should be ready with 10 rows of formula.
My limitation is I cannot pre-drag formulas in sheet1, so that it doesnt depend on end-user entries, this is because I have a VB program requires only those rows in sheet1 to be filled where user has inputted data in sheet2, else it runs in errors.
In summary, want to auto-paste formulas in sheet1, depending on the end-user entries made in sheet2-"A" colomns. But if this is not possible, then I can ask user to end a value - in one of the cell in sheet2 for the amount of entries he will have. If he enters the value 5, then I should be able to auto-paste formulas in sheet1 (col A to Z) for 5 rows.
That means, when end-user enters a value of say 5 in a specified cell. Then depending on this value, the formula in sheet1-column A to Z should get pasted downwards into 5 rows.
Since the end-user is not allowed to work on sheet1, he cannot drag the formula's downwards in sheet1, so I was wondering if this can be done either ways above or any other techniques.
Thanks in advance.
Hi All,
I have a list of companies that the company I work for use. These are all listed on a provider spreadsheet.
However recently I was given an updated list with even more providers on the list.
On top of this I have been adding providers to the list as and when I have been told to do so.
I copied this worksheet to my original workbook but as the list contains over 500 rows of provider details, I was wondering if there was a formula I could add to the updated list, a True or False column that would look at the data on sheet 2 and show true for a match and false if the comany doesn't exist.
So sheet 1 would contain the updated list that was given to me by my manager and sheet 2 is my original list. In my sheet if I could add a formula that would check sheet 1's A2:A500 and report 'True' if the provider exists. Then I could filter the False rows in sheet 2 and move them to Sheet 1.
Thanks in advance for any help offered.
Hi
I am very new to macro i have created a bar stock control sheet to monitor variances on a daily basis.My workbook consists of 5 sheets.Sheet 1 is "To Print" only for printing purpose to start count, sheet 2 is "Variance", sheet 3 "Sales History", sheet 4 "Stock Count", sheet 5 "DAY". I have created a button on sheet 4 called next day which is the following:
Sub NextDay()
'
' NextDay Macro
' GDavelis
'
'
Sheet6.Unprotect Password:="1"
Sheets("DAY").Select
Range("E2:E280").Select
Selection.Copy
ActiveWindow.ScrollRow = 242
ActiveWindow.ScrollRow = 241
ActiveWindow.ScrollRow = 240
ActiveWindow.ScrollRow = 238
ActiveWindow.ScrollRow = 236
ActiveWindow.ScrollRow = 234
ActiveWindow.ScrollRow = 232
ActiveWindow.ScrollRow = 231
ActiveWindow.ScrollRow = 228
ActiveWindow.ScrollRow = 226
ActiveWindow.ScrollRow = 223
ActiveWindow.ScrollRow = 219
ActiveWindow.ScrollRow = 217
ActiveWindow.ScrollRow = 212
ActiveWindow.ScrollRow = 202
ActiveWindow.ScrollRow = 193
ActiveWindow.ScrollRow = 187
ActiveWindow.ScrollRow = 185
ActiveWindow.ScrollRow = 181
ActiveWindow.ScrollRow = 178
ActiveWindow.ScrollRow = 175
ActiveWindow.ScrollRow = 171
ActiveWindow.ScrollRow = 169
ActiveWindow.ScrollRow = 166
ActiveWindow.ScrollRow = 164
ActiveWindow.ScrollRow = 161
ActiveWindow.ScrollRow = 160
ActiveWindow.ScrollRow = 158
ActiveWindow.ScrollRow = 156
ActiveWindow.ScrollRow = 155
ActiveWindow.ScrollRow = 153
ActiveWindow.ScrollRow = 151
ActiveWindow.ScrollRow = 149
ActiveWindow.ScrollRow = 148
ActiveWindow.ScrollRow = 146
ActiveWindow.ScrollRow = 145
ActiveWindow.ScrollRow = 144
ActiveWindow.ScrollRow = 143
ActiveWindow.ScrollRow = 142
ActiveWindow.ScrollRow = 140
ActiveWindow.ScrollRow = 138
ActiveWindow.ScrollRow = 137
ActiveWindow.ScrollRow = 136
ActiveWindow.ScrollRow = 134
ActiveWindow.ScrollRow = 132
ActiveWindow.ScrollRow = 131
ActiveWindow.ScrollRow = 129
ActiveWindow.ScrollRow = 127
ActiveWindow.ScrollRow = 125
ActiveWindow.ScrollRow = 122
ActiveWindow.ScrollRow = 120
ActiveWindow.ScrollRow = 117
ActiveWindow.ScrollRow = 114
ActiveWindow.ScrollRow = 112
ActiveWindow.ScrollRow = 110
ActiveWindow.ScrollRow = 107
ActiveWindow.ScrollRow = 106
ActiveWindow.ScrollRow = 103
ActiveWindow.ScrollRow = 101
ActiveWindow.ScrollRow = 98
ActiveWindow.ScrollRow = 96
ActiveWindow.ScrollRow = 93
ActiveWindow.ScrollRow = 91
ActiveWindow.ScrollRow = 89
ActiveWindow.ScrollRow = 86
ActiveWindow.ScrollRow = 84
ActiveWindow.ScrollRow = 78
ActiveWindow.ScrollRow = 77
ActiveWindow.ScrollRow = 75
ActiveWindow.ScrollRow = 74
ActiveWindow.ScrollRow = 73
ActiveWindow.ScrollRow = 70
ActiveWindow.ScrollRow = 68
ActiveWindow.ScrollRow = 65
ActiveWindow.ScrollRow = 64
ActiveWindow.ScrollRow = 63
ActiveWindow.ScrollRow = 61
ActiveWindow.ScrollRow = 60
ActiveWindow.ScrollRow = 59
ActiveWindow.ScrollRow = 58
ActiveWindow.ScrollRow = 57
ActiveWindow.ScrollRow = 56
ActiveWindow.ScrollRow = 54
ActiveWindow.ScrollRow = 52
ActiveWindow.ScrollRow = 50
ActiveWindow.ScrollRow = 49
ActiveWindow.ScrollRow = 48
ActiveWindow.ScrollRow = 46
ActiveWindow.ScrollRow = 45
ActiveWindow.ScrollRow = 43
ActiveWindow.ScrollRow = 41
ActiveWindow.ScrollRow = 39
ActiveWindow.ScrollRow = 37
ActiveWindow.ScrollRow = 35
ActiveWindow.ScrollRow = 34
ActiveWindow.ScrollRow = 32
ActiveWindow.ScrollRow = 31
ActiveWindow.ScrollRow = 30
ActiveWindow.ScrollRow = 29
ActiveWindow.ScrollRow = 28
ActiveWindow.ScrollRow = 27
ActiveWindow.ScrollRow = 26
ActiveWindow.ScrollRow = 25
ActiveWindow.ScrollRow = 24
ActiveWindow.ScrollRow = 23
ActiveWindow.ScrollRow = 21
ActiveWindow.ScrollRow = 20
ActiveWindow.ScrollRow = 19
ActiveWindow.ScrollRow = 18
ActiveWindow.ScrollRow = 17
ActiveWindow.ScrollRow = 16
ActiveWindow.ScrollRow = 15
ActiveWindow.ScrollRow = 14
ActiveWindow.ScrollRow = 13
ActiveWindow.ScrollRow = 12
ActiveWindow.ScrollRow = 11
ActiveWindow.ScrollRow = 10
ActiveWindow.ScrollRow = 9
ActiveWindow.ScrollRow = 8
ActiveWindow.ScrollRow = 7
ActiveWindow.ScrollRow = 6
ActiveWindow.ScrollRow = 5
ActiveWindow.ScrollRow = 4
ActiveWindow.ScrollRow = 3
ActiveWindow.ScrollRow = 2
ActiveWindow.ScrollRow = 1
Range("B2").Select
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
Range("C2:D280").Select
Application.CutCopyMode = False
Selection.ClearContents
Sheets("Stock Count").Select
Range("B3:C281").Select
Selection.ClearContents
Range("M6").Select
Sheet6.Protect Password:="1"
End Sub
MY Problem is to add formula before buttons clears totals i need to copy in sheet 5 "DAY" H2:H280 and paste special into sheet 2 "Variances" Starting from B2:B280 as well as copy from sheet 5 "DAY" D2:D280 and paste special into sheet 3 "Sales History" starting from B2:B280, but every new day needs to paste special into next column C2:C280 for both pastes and so on ....
Dear Friends,
I have one workbook. It has 100 worksheets in deferent name. One is summary sheet of them. In the summary sheet listed all worksheets name in column A1 to A100.
Now I want every worksheets data value (grand total) in column B1 to B100 against listed worksheets name.
Please let me know what the formula for lookup value from multiple worksheet in summary sheet with a single command where have sheet list?
Hi guys,
the title basically says it all.
I have a data sheet with names in column A. All these people have criteria in column M, which I need to copy to a second sheet.
I have tried the if function but that did not work.
Could anybody help?
Thanks so much
This is is a one time use, brute force, and ignorance approach to meeting my needs but I'm not a programmer so a more elegant solution is not an easy task....
I have a workbook with 2 worksheets. Sheet1 contains transactional data for entities. For each entity on sheet1 there are 7 rows of data. The next 7 rows on sheet1 are for the second entity and so on down sheet1. Sheet2 contains a bunch of formula cells that reference and aggregate the data for the first entity(top 7 rows) on sheet1. My plan is to copy the aggregated data off sheet2 for the first entity into document A, then delete the first 7 rows of data from sheet1 to move the data for the second entity into the top 7 rows on sheet1, recalc sheet2 to aggregate the data for the second entity, copy the aggregated data for sheet2 into document A....and so on down through the entity data in sheet1.
When I do the row deletions from sheet1 I get #REF errors in sheet2 even though new data moved into the sheet1 rows that are referenced by the formulas on sheet2. How can I change the formula's in sheet2 so they don't #REF?
hi there i am really in a delima here i want to copy cell C1:C10 (which is a
formula and displayed vertically) into SHEET 2 in a horizontal format,
so at the end if i make any changes in sheet 1(vertical) it should be
displayed automatically in sheet 2 (horizontal) can anyone please help me ?
I am a wee bit stuck...
I have used the following formula, to return the contents of cell AC4 (a number) in the sheet that is named "Surname, Initial" where G3 contains the Surname, and T3 contains the initial:
Quote:
=INDIRECT("'"&$G$3&", "&$T$3&"'!ac4")
I have used the same formula to return the contents of cell AC3 (a date) in the same sheet to another cell.
But when I did the same to return the contents of cell E4 (a text string), it has returned "0".
I wanted it to return whatever is in that cell, in this instance "Catalogue Co-ordinator".
I have realised that it must have something to do with the fact that it is a text string rather than a number, but am now stuck.
What formula could I use to return the text that is in cell E3 using the Indirect function to go to the correct sheet?
I have been on a couple of other Excel forums looking for an answer to this question but have had no luck as of yet. Here are my previous questions:
First Sheet: RFI Log
Second Sheet: RFI 001
Third Sheet: RFI 002
Fourth Sheet: RFI 003
And so on . . .
I need to find a formula to insert into my sheet "RFI Log" that will reference the same cell of each consecutive sheet, so that I can click and drag a number of selected cells downward, on "RFI Log" and have each cell reference the next RFI sheet consecutively.
SEE ATTACHED PICTURES AT THIS LOCATION FOR A BETTER IDEA ON WHAT I AM LOOKING AT...
http://www.excelforum.com/excel-work...ml#post2427513
ANY HELP IS GREATLY APPRECIATED. THANK YOU!