Increase/decrease Values Individually?

Oct 13, 2008

I have a single simple question, so let's get straight to the point: I have an A column with these values:

I:::I::::::A::::::I::::::B:::::....
I==================== ....
I 1 I____40____I_________ ....
I 2 I____50____I_________.....
I 3 I____30____I_________.....

And I need each of these values increased/decreased by a constant number.

So far, I only found formulas where all cells are, say, added into a single result, as you can see here:.....

View 2 Replies


ADVERTISEMENT

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

% 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

Getting A Value To Increase Or Decrease Number Or Rows...

Aug 6, 2009

I need to be able to select a certain number (from, say, 1-20) from a drop down menu, which will decide a number of rows (filled with data) on the next sheet. As I prefer not to give anyone the sheet I'm actually working on I made a quick look-a-like which might explain this better.

A and B are different scenarios, with different values in the fake drop-down menu I made. Just to pass on the understanding of what I want the values to do. If putting a drop-down menu there is troublesome, then I can live without them. But entering a certain value in the field and getting that number of rows for a certain product is what I need. I tried searching for a function/macro to use for this, but I dont know what exactly to look for. Name, etc

View 4 Replies View Related

Percentage Increase Or Decrease From Cell

May 2, 2012

I need a formula that can work out a percentage increase or decrease from cell J2 to L2.

J2 is the current data with L2 being the previous data - so the formula would compare J2 with L2 and tell me if there is an increase or decrease shown as a percentage.

The figures fluctuate from month to month so they could be either an increase or decrease. There are over 300 entries so I can't go through each one adjusting the formula accordingly - this is why I need the formula to do the working out if it is up or down.

View 7 Replies View Related

How To Add + Or - Button To Increase / Decrease Value In Cell

Sep 21, 2013

I have a simple spreadsheet. A value is inserted in cell B4.

I want to increase that value or decrease it by adding a button in the next cells, C4 or D4, to increase and decrease that value instead of manually typing in the new value.

View 7 Replies View Related

How To Count Decrease To Increase Match

Nov 18, 2009

Below i have example table in which Cells B2:G4 have draw numbers. In Cells I2:X4 I have numbers in 3 groups, Group start with small number and finish with highest number.

For example in row 2 first groups is 5 to 36, second group is 10 to 30 and third group is 4 to 41 and continue same for rest rows ....

View 9 Replies View Related

Format Number To Increase/decrease

Jul 31, 2006

How can i format my excel spreadsheet cell so that a number

10,000,000

displays as

10

View 4 Replies View Related

Increase/Decrease Times By X Hours

Aug 2, 2008

in speeding up the below code as it does not seem to matter whether I use For, If loop etc - it runs too slowly. Basically we have one sheet which is input in a different timezone that needs converting to GMT... since daylight saving I wrote some code to cover the +/- 1 hour difference (this seems to work quite well) yet when it comes to converting the actual cells it runs incredibly slowly. I appreciate any help but its only the code after "Sheets("data").Unprotect" that i think needs changing. The time stamp is in column 7 - I hope this makes enough sense - which then gets converted by either 4.5 or 5.5 hours dependent on british summer time.

Sub TimeConvert()

With Application
.Calculation = xlCalculationAutomatic
. ScreenUpdating = False
.DisplayAlerts = False
.EnableEvents = False
End With

Dim FirstDate As Date
Dim Position, DayIndex, lgrow, lstrow As Long, TargetMonth As Long, Stweekday, Enweekday, Tdate As Date, TargetYear As Long, cell As Range
Dim bst As Boolean

TargetYear = Year(Now)
TargetMonth = 3
Position = "L"
DayIndex = 1

View 3 Replies View Related

Find Percentage Increase / Decrease Between 2 Numbers

Mar 4, 2014

I have totals in d18 and e18 and need to find the percentage increase or decrease between the 2. E18 is last year's value and D18 is this year's value. Which formula will give me what I am looking for:

(D18-E18)/D18 or (D18-E18)/E18

View 2 Replies View Related

Macro To Increase And Decrease Cell Number

Apr 28, 2012

I have a macro that increase a cell number and one that decreases a cell number, heres my code:

Code:
Sub Macro1()
Dim t
t = Split(Worksheets("Sheet1").Range("d5").Text, "/")
t(0) = Format(t(0) + 1, "0")
Worksheets("Sheet1").Range("d5") = Join(t, "/")

[Code] .......

So they do exactly what i want them to do but i want to put a limitation on them, so say the number in the cell is 0 then i dont want it to be able to subtract from it anymore, and say the number is 20 i dont want it to be able to add any more, i tried to put if statments into the code but no luck.

View 3 Replies View Related

Increase / Decrease Numbers Evenly For Spreadsheet

Aug 27, 2012

How to increase & decrease numbers evenly for a spreadsheet.

I have a number in cell F16 that can be changed and for this example say it has a value of 900.
I have a number in cell F17 that is always more than cell F16, for this example lets say it is 1000.

What I'm trying to do is create 10 numbers evenly increasing away from 900 (F16) in value, & 10 numbers evenly decreasing in value away from 900 (Cell F16) but here's the catch.

What makes this tricky is that the numbers that are increasing in value away from 900 (F16) can't be bigger than the value of F17 , IE in this example the number 1000

So the formulas must evenly distribute 10 numbers BETWEEN 900 & 1000. This must have the same even distribution for the increasing numbers & decreasing numbers.

I'll attach a sheet also. So, if you say 900 is a starting point & 1000 is the ending point, what formulas would you need in each cell to evenly increase to 1000?

Also,, going the other way, decreasing, away from 900 at the same rate as the increase?

Really stuck n this 1.
Spreadsheet here: [URL] ......
Screenshot here: [URL] ......

I'll attach a spreadsheet .xls

View 5 Replies View Related

Change Cell Color After Every Decrease Up To Increase

Nov 15, 2009

I have a 49 numbers in cell A1:AW1 they are not in acceding order. I want to separate all groups’ start from lowest number to highest giving them deferent color. As shown in example table below in cell (A2 start with nš 6 and increase up to nš 47 till cell F2 =yellow color) then Cell (G3 decrease nš 3 and increase up to nš 49 till cell L49=Green Color) and continue same process for rest ....

View 9 Replies View Related

Command Button Size Increase / Decrease

Jan 22, 2008

I'm building a keypad out of commandbutton controls, and there's this strange resizing behavior with the commandbuttons. I've attached an example, as it's much easier to see than describe.... but essentially, clicking a button seems to enlargen it slightly, and then two clicks later, it 'dezooms' back to original size (even with shadows turned off). while this is not hugely noticeable individually, it feels really strange when there's a whole keypad of commandbuttons.

View 8 Replies View Related

Keyboard Shortcut To Increase Or Decrease The Number Of Decimals

Apr 21, 2009

Is there any keyboard shortcut to increase or decrease the number of decimals shown directly (I mean without having to use ctrl + 1... etc )

View 7 Replies View Related

Spin Button To Increase Or Decrease By 1 Each Time It Is Clicked Up Or Down

May 18, 2009

I am having difficulty finding information on coding my spin button on a user form. I searched and haven't found any information. I need to do is code a spin button to increase or decrease by 1 each time it is clicked up or down. I would like it to populate to a text box on my form if that is possible.

View 3 Replies View Related

Formula To Change Cell Colour :: Due To Sum Increase Or Decrease

Sep 28, 2009

how to change the cell colour due to a sum increase or decrease? For example: if the amount is greater than 200, change cell colour to green. If under 200 change cell colour to yellow.

View 2 Replies View Related

Decrease Macro1 Running Time (Copy And Paste Values)

Aug 20, 2014

1- Open enclosed file.
2- Run Macro1.
3- Wait some time completing running Macro1.
4- Run Macro2.
5- Wait some time completing running Macro2.
6- Look MessageBox to see that what is Macro2 running time. (Note: My Macro2 running time is 06 minutes and 49 seconds)

My question is how can I decrease Macro2 running time ?

I am open all ideas like copy data to NotePad and paste again excel etc.

View 3 Replies View Related

Increase Values By X Percentage

Jan 16, 2008

How do I change numerous numbers in several different columns by a constant amount? example reduce each number in each of these columns by 50%.

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

Opening Userforms Individually

Feb 24, 2008

I have one workbook. Two user forms I'm looking to have a click event that asks if the user wants to hold a job. If yes userform1 appears if no then userform2 appears. I'm thinking some kind of if statement. but I'm not sure how to code the userforms so they open up.

View 9 Replies View Related

Dynamic Formula - Total Each Day Individually In N

Jan 13, 2014

I have a list with dates in A and dollars in F:K

I may have 5 entries for the 1st and 50 entries for the 3rd the list continues for the year

I need a way to total each day individually in N

View 14 Replies View Related

Match And Count Individually All The Times

Jan 26, 2009

My table has one column C with 3 possible values. Column D has either TRUE or FALSE. I am trying to count individually all the times when B = True (F4), T=TRUE (F5) and B/T =TRUE (F6) excluding the blank cells.

But the final goal is to display the total figure required to be answered, but as each question is answered yes or no subtract 1 from the displayed figure. My sumproduct adds up the "B" but does not match with a "TRUE"

View 4 Replies View Related

Sort All Rows Individually With Data Containing BML

Oct 8, 2013

Any way to sort each row individually to move all data starting with letters "BML-" to first three columns? I have a document with data all over spreadsheet multiple rows and columns. But would like to move all cells that start with these characters "BML-" into first second and third column. I have been trying to accomplish it for over two weeks now without any success.

View 7 Replies View Related

VBA Code To Run Macro In All Worksheets Individually

Feb 28, 2014

I have data on sheet "master", which with the macro (Ctrl+Q), splits in unique values in tabs and another macro sub Send_files() (Ctrl+e) triggers a selection in each split-sheet in email body to recipient.

Problem arises when I want to run a macro which collectively send files after running in each sheet. A simple code would be:

Sheet2.Activate
Application.Run "Test2.xlsm!Send_Files"

Sheet3.activate
Application.Run "Test2.xlsm!Send_Files"
etc.

But I don't know how much list of sheets can go on. So I want Sub Send_Files to run on all sheets in workbook after splitting data from master.

Refer attached wb Test2.

View 5 Replies View Related

Worksheets Individually Numbered When Printing

Aug 6, 2013

i have a program that exports multiple invoices to an excel template for ease of formatting and printing. it can export multiple invoices at once, each invoice being on a separate worksheet. i need for the user to be able to print all worksheets at once and have the pages NOT be numbered 1-30, rather 1-2, 1-4, 1-3, etc.

i understand i can use the header to insert page numbers, but they only function the way i would like when you print each worksheet one at a time. however, there could be any number of invoices to print at once. the only drawback is i am unable to use macros due to security risks/settings.

i would imagine there is some concoction of formulas i could possibly use to accomplish what i need, as i know how many rows of data will fit before excel inserts a page break(56 rows of invoice items, and there are 18 rows besides that repeat on every page). so if i could come up with a way to tell excel when to increment the page number in a cell using a formula of some kind, that would be perfect. or, another way of setting up my template so that it will print page numbers as expected.

View 6 Replies View Related

Print Mutiple Rows Individually

Sep 1, 2007

about doing the opposite of consolidating multiple sheets into one: I have a large database and want each row of columns in their own new sheet. Rather than copying and pasting each row that I have, is there a code or formula to quickly command this to happen?

View 9 Replies View Related

Individually List Grouped Items / Quantities

Jan 15, 2010

I have a list of items and quantities I need of each, such as

cat 3
dog 2
mouse 1
horse 4
snake 2
leopard 4

I'm thinking that it would be a macro that would be way to go for this project.

I want to run a macro that will make the list above the following
cat 1
cat 1
cat 1
dog 1
dog 1
mouse 1
horse 1
horse 1
horse 1
horse 1
snake 1
snake 1
leopard 1
leopard 1
leopard 1
leopard 1

So what happened was that 6 lines of information was transformed into 16 lines of information. My purpose is that I will then will exploring various combination of these items, and thus I think that splitting them up like this will make them more manageable to work with. Since the original list values will change I will not always know how many lines to set aside for the individual breakdown.

View 14 Replies View Related

Print All Rows On Worksheet Individually & Mark

Sep 7, 2007

I have data that is automatically entered in sequential rows down a sheet.

I have set up another sheet to format the data in a fixed print range to print Results labels with a Custom Menu PrintButton2_ClicK() Procedure. After a label is printed I want to change the color of the first cell in the row that just printed and then increment the counter so the next row of data is displayed in the print area.

I spent(wasted) a lot of time trying to get VB to accept an indirect address so I could change the cell color.

The code below works but I think there must be a better way.

Private Sub PrintButton2_Click()
'Use for Menu Item to Print Results Labels as they come in.
'Create sRow as String for Row Number to allow cell Color Change
Dim sRow As String
Dim nPCount As Integer

'Print Current Record (Label Print area on sheet "AutoPrint")
Worksheets("AutoPrint").PrintOut Copies:=1, Collate:=True

View 4 Replies View Related

Excel Average Dates - Calculate Percentage For Each Column Individually

Feb 11, 2014

I have an excel spread sheet with columns of dates I am trying to get an average formula that counts dates less than a year old as 1 and blank cells and dates greater than a year old as 0 and then gives me a percentage. For example I have a column with 10 dates all less than 1 year old I would get 100% but if I had a column with 8 dates less than a year old and 1 dates older than a year, and 1 blank cell, I would get 80%

Is this possible at all, or do I have to calculate the percentage for each column individually.

View 9 Replies View Related







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