Increase Date In Each Row

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


ADVERTISEMENT

Date Fields Increase Date By Numbers Of Years Based On Lookup Table?

Aug 11, 2013

In column A, I have dates; In column b i have security levels. I have made a table called "Security" it contains to columns, a list of security levels and no of years when each security level is required to be reviewed. the table is setup -

d1 e1
Restricted 5
etc

Example of data
ie.
a1 b1 c1
Restricted 1/06/2012 1/06/2017

What I am looking for is a formula to look up a1 "restricted". then lookup the security table and find "restricted" its value is 5 (years) then add the 5 years to date in b1, but place it in c1.

View 1 Replies View Related

Increase Date By One In Blocks Of Four?

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

IF Function Formula Logic: For Every Increase Of Of Mhz, Give 25.00 Per 100 Increase

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

Today Date After Checked Box And Increase Number

Jun 9, 2014

I have set the check boxes for each line. I would like to have the today date to appear after clicking the check box on the next right cell. Do I have to use IF for this one?

ALSO I want the number to count up after click the check box. For example:

Name:
Bob (assigned)- 5
(completed)- 4

Every number of completed line increases every time each box is clicked. How can I do that?

View 2 Replies View Related

Date Formula (increase By 950 Per Month Automatically)

Apr 4, 2009

I would like to create a financial modeling spreadsheet. Basically my problem is this; I want to have a month by month row for 5 years. For the value of each one I would like it to increase by 950 per month automatically.

View 4 Replies View Related

Date Change Using Workload Increase With IF Statements

Jun 2, 2014

I have a tracker where each row has a predicted complete date, this date is already based on some IF statements. I have a second column where I would like a second date to be based on the overall team workload.

the workload factor should add on extra time to the first date.

This would by adding on.

0-40 = 3 weeks (standard time)
41-60 = 4 weeks
61-80 = 5 weeks
81- 100 = 6.5 weeks
101-120 = 7.5 weeks

I have two tabs.....I take the total workload from the Tracker Status and the progress tab is where the first date and the new date will appear.

I tried a formula using a % increase in time (I did this using e.g. 0.33 for 33% for increase between 3 and 4 weeks) (based on the increase in weeks), but it came out with date in 2052!!! This is my formula that doesn't work properly.

=IF('Tracker Status'!B5>=100,'In Progress'!AE2*(1+'Tracker Status'!C22),IF('Tracker Status'!B5>=80,'In Progress'!AE2*(1+'Tracker Status'!C21),IF('Tracker Status'!B5>=60,'In Progress'!AE2*(1+'Tracker Status'!C20),IF('Tracker Status'!B5>=40,'In Progress'!AE2*(1+'Tracker Status'!C19,IF('Tracker Status'!B5

View 9 Replies View Related

On Today()+1 Increase Date In Cell By 1 Month

Aug 22, 2008

I have 22-08-08 in Cell A2 I would like it to change to 22-09-08 on 23-08-08 ideally using edate (but not neccessarily).

Perhaps I can add a formula with conditional formatting eg formula is = "On Today()+1 Add 1 month to cell A2"

View 9 Replies View Related

Date Auto Increase 7 Days When Drag / Copy Down Cells

Apr 5, 2013

Any way to have the date auto increase 7 days when we drag/copy down the cells. For example, I have the following:

03/31/13
04/07/13
04/14/13

So, when I copy down (let say hundred cells down), the day should show 7 days apart. Is there a formula?

View 3 Replies View Related

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 View Related

Can I Get One Cell To Increase By 1

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

Automatically Increase Value

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

Increase In Value Due To Percentage

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

Increase / Decrease Of Value Set?

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

Increase With 1,5% For 20 Iterations

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

Increase Its Existing Value With 1

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

Increase Cell Value

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

Increase Speed

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

Increase One Cell By Decreasing Another

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

% Of Increase - Decrease - Formula

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

Formula To Increase A Number By 10%?

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

Get One Cell To Increase By Digit One

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

Increase The Range Each Month.

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

Increase Value In Group Of Cells

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

How To Increase Value To Larger And Not Lower

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

Macro To Increase A Number

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

How To Know Percentage Of Drop Or Increase

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

Increase Range When Add Number Below?

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

How To Increase Size Of A Chart

Apr 25, 2014

When you create a chart In Excel, how do you increase the size of the chart?

View 4 Replies View Related

Increase Speed And Simplify VBA

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







Copyrights 2005-15 www.BigResource.com, All rights reserved