IF Statement: Use The First Amount In Column P That Is Positive?
Apr 6, 2009
My Column P (Payback) has amounts ranging from negative to positive. In one of my calculations, I would like to use the first amount in Column P that is positive.
Depending upon scenario, sometimes this could be P4 other times it might be P17
View 3 Replies
ADVERTISEMENT
Jun 5, 2008
Im trying to set up an active running inventory sheet where: (A)the progressive daily sheet cells reference back to the corresponding master sheet cells fluctuating the master values, (B) the same progressive daily sheet cells reference back to a cummulative totals-cell based on whether I added or subtracted inventory. I want to make a copy of the blank "sheet 2" with all of the formulas and move it to the end of the workbook each day and enter new values which will reference back to the master sheet so that I can click on a date sheet and see an individual day's values or click on the master sheet to see the fluctuating inventory on-hand and the cummulative +/- totals of all days combined. I've got a couple hundred individual cells to reference. I've tried and tried but I can't make it work. Heres what I need to do:
I need to reference individual cells from "sheet 2,3,etc" back to a corresponding cell in a master sheet. But I need the values in each cell in "sheet 2,3,ETC" to increase or decrease the corresponding cell values in the master sheet. For example: If the value in the master sheet B5 is 200. Then in sheet 2, I enter +50 in B5, I need the master sheet cell B5 to increase by 50 to 250. I also need a way to decrease the cell value in the master sheet B5 if I enter a negative value -50 in sheet 2 B5. I also want to know if I can reference the same cell values entered in "sheet 2,3,etc cell B5" back to totals columns C5 for adding inventory or D5 for subtracting inventory in the master sheet where the master totals columns would reflect cummulative totals added or subtracted. For example: if the value in sheet 2 B5 is +50, then the value in Master sheet C5 would add 50 to a progressive total. But if the value in sheet 2 B5 is -50 then the value in master sheet D5 would add -50 to a progressive total.
View 4 Replies
View Related
Sep 10, 2009
In a cell I have a description, say "FOOD" then another cell with amount say £2, then in another cell I want it to be looking and if it sees "FOOD" entered, it takes the amount £2 and adds it to a running balance.
Cell A1 = Food
Cell B1 = £2
Cell H1 = (looks and if Food) adds £2 to cell
View 9 Replies
View Related
Feb 17, 2010
Amount Amount Item Total Account
$ -
No Profit$ 629.50 $ - $ 629.50 No Profit$ 46.29 $ - $ 46.29 No Profit$ 2,333.01 $ 233.30 $ 2,566.31 233.3
$ -
No Profit
$ -
No Profit
$ -
No Profit
$ -
No Profit
#1 If there is an amount in column B, I want column D to reflect that amount.
#2 If there is no amount in column B, I want column D to state the words "No Profit."
#3 Already in column B is the formula =C1-A1.
I tried =IF(B1=0,"No Profit",B1) but when I copy that formula down the spreadsheet, it inserts "No Profit" into all of column D. I only want "No Profit" to exist when there is a $0 resulting from the formula mentioned in point #3. When there is a blank cell in column D, I want it to remain blank until an amount is entered in that row?
View 9 Replies
View Related
Feb 22, 2008
I need some code to do the following.
Look at worksheet 1. Find column "Amount". Insert column next to amount.
For all highlighted cells in column "amount" insert text "R" in adjacent (inserted) column.
View 9 Replies
View Related
Oct 13, 2011
I need to make a customized invoice for an international customer, that our accounting software can't seem to make. So I made an excel spreadsheet with a header and footer that looks like the top and bottom of our standard invoice. Then in the actual spreadsheet, I want to pull the line items from a second page in the workbook.
In that second page I have every product in our inventory on a separate row. It looks like this:
Quantity..........Product Name..........Price
.....................Goggles..................9.95
.....................Pump Sprayer..........4.95
.....................Safety Boots..........29.95
If the Quantity column is blank then I want that line to be ignored. If the quantity column has a positive number then I want the whole row to be copied to my invoice on the first sheet of the workbook.
View 2 Replies
View Related
Dec 27, 2012
I have a spreadsheet with sales which I colour green when they are outstanding and red when they are despatched. I would like to automatically add a 1 in an adjoining column when the cell is green (eg outstanding) or zero when they are despatched so that it totals up the number of outstanding orders.
a b
172.95 (this column would be green)
024.00 (this cell would be red)
124.00 (this cell would be green)
132.25 (this cell would be green)
View 3 Replies
View Related
Aug 21, 2007
I have a column with zeros, positive numbers, and negative numbers. I need to find the last (bottom) positive number in the column.
Ex:
Column A has -
$50
$0
-$10
$22
$0
-$14
I want a formula or function in B1 that would return $22. However if I add a new row under the -$14 which contains $37, the formula should then return $37.
I have been googling all night, and I can't make this work.
View 8 Replies
View Related
Oct 21, 2009
I've got numerical data in columns A through AF, starting in row 4. I need a formula, starting in AG4 that I can drag down. I need the formula to look back across the row until it gets to the last posistive number, then return the column header of that column (the column headers are in row 3)
so for example
Header row
Jan Feb Mar Apr May Jun Jul Aug
Data
0 3 0 0 8 0 0 0
the formula would return May in this example as 8 is the las positive value and the column header for that column is 8. There are no blank cells in the data.
View 9 Replies
View Related
Dec 14, 2013
I am trying to make a column show the result of a formula as positive number only. Right now the column subtracts two other cells and displays the result. I am trying to make it show all the results, positive or negative as positive.
View 3 Replies
View Related
Aug 4, 2014
Abc500
abc-500
bbb300
bbb250
cac100
cac-100
ddd200
ddd300
fff-500
I want to be able to highlight data in column B where amount is identical (ignore negative sign) only where data in column A is identical.
In this particular case it should highlight 500,-500 where data in column A = ABC & also 100,-100 where data in column A =CAC.
View 2 Replies
View Related
Dec 5, 2011
I have a column of numbers that are derived with a formula. I need to Average only the ones that either have a Positive or Negative number, ignoring blanks or zero.
I have tried Search but couldn't find anything that address both blank and zero.
Sheet2
K610.00%624.76%632.53%6418.75%65666.38%6768-4.00%6970-5.84%710.86%
Excel tables to the web : [URL] .......
With this small sample, the answer should be 3.35% according to Excel when I choose just those neg and pos cells.
View 9 Replies
View Related
Jan 28, 2009
I need a formula to calculate the amount due based on cumulative sales once a breakpoint amount is reached.
Example:
Breakpoint:
cum sales are > 500 pay at 3%
cum sales are >1,000 pay at 2%
month/ sales/ cumul sales/ amount due
jan/ 100.00/ 100.00/ 0
feb/ 600.00/ 700.00/ 6.00
mar/ 600.00/ 1,300.00/ 18.00
and so on...until the end of year.
I tried using an if formula by could not get it to work.
View 9 Replies
View Related
Apr 1, 2009
Trying to add a formula in my spreadsheet that will add every amount in column AQ8:AQ200 if the date in AQ8:AQ200 is march.
The format for the date is 3-12-09.
Here is what I'm trying.
=SUMIF(AU8:AU200,MONTH=3,AQ8:AQ200)
View 6 Replies
View Related
Jan 29, 2014
I need a formulas to add the row & column amount , see the attached example sheet.
Row and Colums.xlsx‎
View 1 Replies
View Related
Sep 29, 2009
I just need a warning box that indicates a user has entered a cell value under 200. Here's what I have but it's not working.
View 2 Replies
View Related
Sep 16, 2013
I thought it would be simple code. I have column C with amount such as
C1 : 3712.76
C2 : 277.91
When VBA runs, i want value to be rounded to display 3712 and 278 in C1 and C2 respectively.
Code:
Sub RoundC()
Dim N As Long, v As Variant, I As Long
Dim wf As WorksheetFunction
Set wf = Application.WorksheetFunction
N = Cells(Rows.Count, "C").End(xlUp).Row
For I = 1 To N
v = Cells(I, "C").Value
If IsNumeric(v) Then
Cells(I, "C").Value = wf.Round(v, 0)
End If
Next End Sub
This code working, but it end up value to 3712.00 instead of 3712 only. I do not want cell to display additional zero's.
what I am making error here?
View 3 Replies
View Related
Nov 8, 2013
column to take out a percentage of column A up to a set amount. So B takes out 100% up to $40 then C takes out 100% up to $20 etc.
how I can get my spread sheet do accomplish this.
View 8 Replies
View Related
May 21, 2014
I'm trying to pull the lowest amount in one column if the values in 3 separate other columns agree.
View 3 Replies
View Related
Feb 16, 2009
If Currency amount is less than $500,000 in column I, delete the whole row. I would like a formula to do the following...
View 2 Replies
View Related
Jun 10, 2009
I am trying to count the amount of cells in a column (Col H) containing data against a certain date which is displayed in another column (Col B)
Eg.
Col B................-...........Col H
13/06/09.................FIRST LAST
13/06/09.................
13/06/09.................FIRST LAST
20/06/09.................FIRST LAST
20/06/09.................
So that in the sheet next to it it would appear:
13/06/09 - 2
20/06/09 - 1
The dates don't appear in row order and the sheet has a filter on it so I am unable to select the Col H and just use COUNTA
View 11 Replies
View Related
Oct 18, 2008
If the value in Column H changes then move the value from it's original location which would be either in J, K or L from there to the column corresponding with the value in H (reference 1=J, 2=K, 3=L).
So, in the file, if H3 were to be changed to Priority 3 then I want the value to move from J3 to L3 and if it were to be changed to Priority 2 then I want the value to move from J3 to K3. The formula needs to work on all variations ie priority 2 changing to 1 or 3 for the whole sheet. There is conditional formatting - would be nice to keep it but no big deal.
View 5 Replies
View Related
May 6, 2014
I have a worksheet where
Column D lists a service offered by a business, such as IMC, TC, Respite, etc
Column M lists how long the customer has used this service for in weeks, such as 4,5,3.5,6 etc
What I would like to do in another column is to count the number of clients who have used the service for 6 weeks or more broken down by the service type i.e. Count how many people have used IMC for 6 weeks or more.
If possible I would also like to be able to count those who have used a service for between 5.1. and 5.9 weeks too, again by service i.e. Count how many people have used IMC for between 5.1. and 5.9 weeks.
View 2 Replies
View Related
Jan 21, 2010
I have two columns (let's say column A and C), i would like to add the values in column A only if they are higher than the ones in Column C in the same row... how could i do that?
The sheet looks something like this, i would like to add the values in the first column only if they are higher than the ones in the third column and then of course get the sum of them... i would also like to know how many were there in total, but i guess i could do that with a count formula i just need the parameters
$ 67,100.00 $ 110,000.00 $ 165,100.00 $ 146,034.00 $ 239,400.00 $ 220,100.00 $ 90,184.69 $ 147,843.75 $ 168,500.00 $ 51,011.25 $ 83,625.00 $ 95,100.00 $ 89,860.32 $ 147,312.00 $ 198,200.00 $ 159,121.36 $ 260,854.69 $ 26,000.00 $ 129,941.44 $ 213,018.75 $ 235,700.00 $ 88,869.38 $ 145,687.50 $ 95,600.00 $ 27,772.54 $ 45,528.75 $ 43,000.00
View 9 Replies
View Related
Aug 4, 2006
I know a bit about excel nut not a hugh amount! i need to know a formula that adds the number of rows used in a column. Does that make sense?? ok
NAME
rob
dave
jim
darren
adam
lee
i need a formula that will tell me there is 6 rows used in that column (not including the title).
View 3 Replies
View Related
Aug 4, 2006
I know a bit about excel nut not a hugh amount! i need to know a formula that adds the number of rows used in a column.
NAME
rob
dave
jim
darren
adam
lee
i need a formula that will tell me there is 6 rows used in that column (not including the title).
View 3 Replies
View Related
Nov 20, 2012
For the below macro.
ABCDG
CodeTotalBaseNetA1 = 20%
A110083.3316.67A2 = 10%
A2350318.1831.82A3 = 7%
A3220205.6114.39A0 = 20%
A015015030
A1 is the code, take the total(B) and calculate the base(C) on the percentage given in the G, net = B-C. for A2 and A3 it is the same process.
For A0 the total (B) is equal to Base(C) and calculate the net on the given percentage in G.
View 1 Replies
View Related
Feb 14, 2009
I type in a "O" into the little grid I made and then the locations are placed into cells A34, A35, A36 and so on. The arrow I placed into column B. It works if I manually enter anything into A34,A35,A36 and it stays with the data. If I let the grid automatically populate A34, A35 and so on, it will not grow as the cells in A34, A35 are automatically populated. How can I make it do that one little thing? Sorry if I am confusing.
View 11 Replies
View Related
Jul 23, 2013
I have excel sheet which is having following format
sr no | bank | branch | chk no | amount | party | bill no
1 | combobox1 | combobox1 | 123456 | 12000 | combobox1 | 123456
2 | combobox2 | combobox2 | 12346 | 2000 | combobox2 | 123456
3 | combobox3 | combobox3 | 12345 | 900 | combobox3 | 123456
4 | combobox4 | combobox4 | 13456 | 7000 | combobox4 | 123456
5 | combobox5 | combobox5 | 3456 | 18000 | combobox5 | 123456
When i try to sort amount column it need to sort and change with corresponding row but it is not happening so what should i need to do for that ?
View 2 Replies
View Related
May 7, 2008
I have a column (L18 - L32) which consist of 15 cells.6 of these cells are colored(different colors) and the rest are blank.Im looking for a formula which will be able to count the amount of colored cells in my column.
View 9 Replies
View Related