How To Increase Column When Using A Row
Apr 10, 2014
Having an issue with copying down.
Workbook 1 has data vertical
Workbook 2 has data horizontal
I need the formula in Workbook 1 to pull from the respective date in workbook 2, or just a simple formula increasing the column by 1 for each row.My issue is that when i copy down, the column never increases, it stays on the same one.Example is attached.
View 5 Replies
ADVERTISEMENT
Nov 2, 2006
I have a test due in the morning, and I really need this question answered ASAP, if anyone could. I need to create an IF formula for this situation: the standard Mhz is 500. Give 55.00 for that standard. But for every increase of of Mhz, give 25.00 per 100 increase.
View 2 Replies
View Related
Oct 6, 2006
I need to do the following:
If column X is less then < £1000 will have a 15% increase, those less than < £1500 a 12 % increase and any figure greater than > £1500 a 10% increase.
I could easily do this using a case statment using VBA, but im not allowed, any idea of a formulae that would do it?
View 3 Replies
View Related
Jun 12, 2013
writing a formula for the situation below,
In column "A1" i have the formula =C8. I now need to copy this formula across to column "B1" to get =C9 and also copy it across to column "C1" to read =C10.
So the row number should be increasing by 1 and the column remanin constant.
View 3 Replies
View Related
Jun 5, 2008
I need a script that will look for all the formulas in a sheet and increase them by a digit.
Lets say one that particular formula is =(A1-A2)/A2*100
I need the macro to change this to =(B1-B2)/B2*100
I have already programmed in a Find/Replace command, but realised that this would only work one time only. I need generic code that will bump them up each time rather than having to hard code the Find/Replace command for every single cell in the book.
View 5 Replies
View Related
Sep 5, 2013
I have a goal set for the year. With conditional formatting, each month will be set to either red or yellow based on where it stands in relation to the goal. I would also like to show an increase or decrease in productivity for each month. I tried to use conditional formatting with the formula:
=IF(C2=D2, "", IF(C2<D2,"↗","↘")).
The formula works on its own without the conditional formatting so I am not sure what I am doing wrong. I've attached a sample with all the conditional formatting and formulas in place.
View 5 Replies
View Related
Jun 8, 2013
I am trying to find the frequency of lottery numbers that occur within 10-day periods (see row 7). Instead of having to manually write each formula for each column, is there a way I can automate it, so that each column will "advance" 10 days?
Excel 2010
A
B
C
D
E
F
G
H
I
J
K
1
ct
0
1
2
3
4
5
6
7
8
9
[Code] .........
Array FormulasCell
Formula
B8:B17
{=FREQUENCY(B3:HNR3,ball)}
Entered with Ctrl+Shift+Enter. If entered correctly, Excel will surround with curly braces {}.
Note: Do not try and enter the {} manually yourself
Worksheet Defined NamesName
Refers To
'am (2)'!ball
='am (2)'!$A$8:$A$17
View 3 Replies
View Related
Feb 10, 2009
if it is possible to increase one cell by 1 when the date was changed in another cell. I installed the code that was given to me and it worked perfectly, thanks agin JB and royuk, UNTIL the cell that was to increase by 1 was locked and the sheet protected.
The date cell is not locked.
View 10 Replies
View Related
Dec 14, 2009
I have attached a spreadsheet, in which I have highlighted the following cells (I2, J2, G31 and I31)
View 7 Replies
View Related
Sep 5, 2013
I have a sheet comprising of 4 columns, laid out like the below ;
A4 = Equipment
C4 = Cost
E4 = Revenue
G4 = Gross Profit
I require to enter a percentage into the gross profit column, and for this to interact with the cost column, then for the revenue column to return the total of the cost including the profit.
View 3 Replies
View Related
Dec 11, 2013
I'm dealing with the following problem. Say I have a set af values:
A B
1 567
2 546
3 567
4 554
5 572
6 543
I can easily determine the average of the values in column B (=AVERAGE(B1:B6)) But I also want to know if the average is increasing or decreasing without making a chart and trendline. Concrete: I want the cell with average (say B7) to turn green when the trendline has a positive growth and red when negative.
View 2 Replies
View Related
May 12, 2007
in getting the formula right for this:
I have a value which I want to increase with 1,5 % of last calculated value (the initial value is 40 in the example below).
0,01540
140,60
241,21
341,83
442,45
543,09
643,74
744,39
845,06
945,74
I only need 20 iterations.
View 9 Replies
View Related
Jun 20, 2009
I would like to add Cells(18,3) also along with the below code which should increase its existing value with 1.
Sub newinv()
Range("C20").ClearContents
R = Sheets("Sheet2").Range("B65536").End(xlUp).Value + 1
Cells(15, 4) = R
End Sub
Jane.
View 9 Replies
View Related
Jun 6, 2006
I need to increase the cell value on a spreadshhet that contains over 50,000 cells. I know how to do this on a cell by cell basis. I need to know if there is some way of doing this to multiple cells. Here is my example;
$603
$712
$649
I need to increase each cell value and roundup to the next number. I have been doing the following formula: =ROUNDUP(603/.97,0) to increase the cell value to $622.
View 9 Replies
View Related
Nov 1, 2006
I have two dates in A1 and B1. Eg 24/Oct/06 in A1 and 27/Oct/06 in B1.
Can the range of these two dates be updated to Cell A10, followed by the next row.
Eg,
Cell A10 24/Oct/06
Cell A11 25/Oct/06
Cell A12 26/Oct/06
Cell A13 27/Oct/06
Because the two dates in A1 and B1 are updated by user, the range is not fixed. Eg It could be 20/Oct/06 in A1 and 29/Oct/06 in B1.
View 9 Replies
View Related
Jan 15, 2007
to speeding up this little routine that deletes rows that have identical values in certain cells in the row above
Sub remo() ...
View 3 Replies
View Related
Jun 12, 2014
Is it possible to have a cell increased by 1 and another decreasing by 1 in a simple cell formula.
E.g.: I have an inventory stock sheet that is very simple. I have a maximum stock column C, a stock on hand (available) column A and a stock sold column B.
Every time I sell an item and punch it into column B it should automatically decrease the amount in column A by the number that I punch into B.
I am not concerned about the maximum stock column but would like an easy formula just to work out the amount that I have available so I know when to order more stock.
So when I punch in a 5 on B2 it should decrease the value of A2 to 1. And when I purchase stock again and I punch in say a 5 on A2 it should decrease B2 to a 1.
****A* B *C
1 *2 *4 *6
2 *4 *2 *6
3 *8 *6 *14
4 *0 *6 *6
View 3 Replies
View Related
Sep 18, 2006
Simplified:
I have a this years total in A1, last years total in B1, difference +/- in C1
$1000.00___$800.00___+$200.00___+%
$800.00___$1000.00___<$200.00>___<%>
I am trying to get a % of Increase/Decrease (Between A1 and B1) in D1.
Not as a dollar amount but as a %.
I have tried Percentile and PercentRank and some other stuff. No joy.
View 12 Replies
View Related
Feb 18, 2007
formula to put in microsoft excel 2003 to increase a number by 10%, so for example, 20 by 10%.
View 10 Replies
View Related
Jan 10, 2009
How can I get one cell to increase by 1 after I change the date in another cell. The spreadsheet is used to keep track of Oxygen Bottles at the local Fire Dept. and I want the " Times Filled" cell to increase by 1 after the " Date Filled" cell is changed. I'm not sure if they key the date in or if they use a calender add-in pop up.
View 5 Replies
View Related
Jan 22, 2009
I currently have an excel spreadsheet which has monhtly sales totals in it. We have some forumla that compare Year To Date figures with YTD Budgets and we also wish to compare Current Year To Date to Previous Year To Date. The problem I have now is that it currently means updating the range formula for Year to Date Budget and I will also be required to update the Previous Year To Date sales manually too.
Im looking for the spreadsheet to re-calculate theses figures based on the month that they are in. For instance should I be working on the Spreadsheet in January, it will only use the values in the budget sheet from Apr-DEC. Currently I woud be required to change the range in the formual to take into account the extra cell required.
View 5 Replies
View Related
Mar 8, 2009
Can someone tell me it is posible to increase cels value (diferent values) from D2 to D21 for example, by 20. I just start to use excel.
View 6 Replies
View Related
Nov 26, 2012
I have 83,33 value. If I like to increase into 84 and not 83 without decimal point
View 11 Replies
View Related
Nov 18, 2008
what i need is a macro to run when I print a form. I am making a job card with a unique number on it ie: 100. when I print the form, I then need the 100 to change to 101 and so on. I cant work this one out.
EDIT - Ive attached my work in progress. It is for a computer repair shop. I have a few macros in there as I need to email a copy of the workbook too.
when you open the workbook, you will see the job number in red. I just need a macro tht will increase that number +1 every time it runs. I also need the email macro to rename the workbook to the customer name input in cell B4 - but I think im best to post this request in a new thread?
View 3 Replies
View Related
Mar 11, 2012
From below data I want a formula to know how many pecentage it dropped and how many percentage it was increased.
ABPercentage431112222207106141135447
View 1 Replies
View Related
Sep 28, 2013
I have data to find standard deviation from a1:a5
So use a formulae to do the same.
I want to increase range automatically when i put a number in a6 and so on.
View 1 Replies
View Related
Apr 25, 2014
When you create a chart In Excel, how do you increase the size of the chart?
View 4 Replies
View Related
Jul 8, 2014
I have a spreadsheet and I'm trying to add date to the left hand side. I want them to increase by one but there needs to be each date, in a column, 4 consecutive times.
Example
Jun 1 12p
Jun 1 4p
Jun 1 8p
Jun 1 12a
Jun 2 12p
Jun 2 4p
Jun 2 8p
Jun 2 12a
Jun 3 12p
Jun 3 4p
Jun 3 8p
Jun 3 12a
This is for a Dialysis flowsheet and I really need this to work.
View 6 Replies
View Related
Oct 15, 2007
I'm trying to automate a process where I get a list of checks and money orders purchased then manipulate it to make auditors happy. I need to eliminate all transactions less than $3000. The fly in the ointment, however, is NOT to eliminate daily transactions by the same purchaser that may be less than $3000, but when added together are greater than $3000.
I've created a helper column where I've inserted the formula ....
View 10 Replies
View Related
Dec 7, 2007
in cell A1 I have a ref no. eg aa/01/bb
in cell A2 I have a ref no. eg aa/02/bb
only the middle number increases in the reference each time eg: /01/
is there a formula that can achieve this or am i doomed to manual input, I have made a few attempts but cannot work it out.
View 9 Replies
View Related