Calculation Returns A Negative #
Dec 13, 2007I have a calculation in which the result is a negative number. Is there a way to return a zero if the result is negative?
View 13 RepliesI have a calculation in which the result is a negative number. Is there a way to return a zero if the result is negative?
View 13 Repliesi am having a hard time in my microsoft excel class
for the life of me i cannot think of a formula to answer the question below
every time i type in =(c3)-25-80% i get the wrong answer
i know there has to be a different formula
Cost of visit= $113.00
Q=Your have a co-payment of $25.00 and the insurance will pay 80% of the remaining cost. Create a formula for the visit that will calculate the total amount you will have to pay.
i have a sheet which adds up stock = SUM(F6-D6) (told u it was basic) what i want to do is if a negative number is the answer i want the sheet to change it to zero.
View 3 Replies View RelatedHow can i do this using Excel 2007. I have to cells, A1 and B1. A1 is always Positive whereas B1 might be Positive or Negative. I need a calculation/formula in C1 that ADDS cells B1 and A1 (B1+A1) IF B1 is Negative and SUBTRACTS A1 from B1 (A1-B1) IF B1 was Positive.
View 3 Replies View RelatedI have a column of numbers such as
1001150
1001124
2224445
I need add a period in the following locations
10011.50
10011.24
22244.45
I figured this out using a format rule of
#.##
I then need to make the numbers negative so I did
-#.##
but this doesn't "stick", if I filter the numbers by negative numbers, none of them show up. So how do I make the formatting actually become the numbers? Auto Merged Post Until 24 Hrs Passes;After doing some more research I found the "precision as displayed" option. I can't find this option on Excel 2007, but I moved the files into 2003 and the option doesn't do anything. It is not permanently changing the column that I have added the formatting too.
I have a large dataset (24000 rows) that requires me to multiply two different columns of integers. In some cases, the two integers are both negative and multiplying them results in a product that is positive. I actually need that product to be negative rather than positive. I can't quite seem to figure out the best way to accomplish this.
View 5 Replies View RelatedI have data that comes from a subsytem that places the negative sign at the right of the number, so it is recognized as text. I can get around this using find and replace and then a second step to multiply that by -1, but is there a formula that can do this for me?
I was trying if(right(A1,1)="-",TBD,A1)
I have data starting in E7. I want it to go down the column and find the negative numbers. If it finds one then I want it to change the number in the row to the left of it to a negative. So if E67 is a negative number, make D67 a negative and so forth down the line Sounds "simple" but how do I do it?
View 7 Replies View RelatedI have a nice case to prepare and need weekly riskfree interest returns on the UK treasury bond. Right now I have daily returns and want to convert them into weekly. The problem is, weeks do not always contain five trading days. How can I turn my data into weekly average riskfree interest returns?
******** ******************** src="*********>*********>Microsoft Excel - UK interest daily.xls___Running: 11.0 : OS = Windows XP (F)ile (E)dit (V)iew (I)nsert (O)ptions (T)ools (D)ata (W)indow (H)elp (A)boutA1=ABCD1DateInterest rateweekday 24-Jan-889.871 35-Jan-889.992 46-Jan-8810.053 57-Jan-8810.094 68-Jan-8810.135 711-Jan-8810.051 812-Jan-8810.072 913-Jan-8810.283 1014-Jan-8810.114 1115-Jan-889.985 1218-Jan-889.871 1319-Jan-889.962 1420-Jan-889.913 1521-Jan-889.864 1622-Jan-889.715 1725-Jan-889.71 1826-Jan-889.762 1927-Jan-889.693 2028-Jan-889.564 2129-Jan-889.555 221-Feb-889.741 232-Feb-889.622 243-Feb-889.643 254-Feb-889.684 265-Feb-889.755 278-Feb-889.931 289-Feb-889.852 UK interest daily [HtmlMaker 2.42] To see the formula in the cells just click on the cells hyperlink or click the Name boxPLEASE DO NOT QUOTE THIS TABLE IMAGE ON SAME PAGE! OTHEWISE, ERROR OF JavaScript OCCUR.
I have data in range J2:J365 , H368:H401 & J403:J827. i want to check wether this range have negative values or not if yes load all negative values in the listbox1 by clicking checkbox.
View 3 Replies View RelatedIn my current worksheet, IF(0 = "CS") returns TRUE, but on any other file this same argument returns FALSE. The cells' formats are both general. I want it to be FALSE.
View 2 Replies View Relatedmake a calculation(addition) and use the answer to multiply against another addition calculation....
The sum of (Monday!A1:A4) multiplied by the sum of (Monday!B1:B4) plus (Tuesday!A1:A4) multiplied by the sum of (Tuesday!B1:B4) and so on.
How can you calculate the present value of a negative value in excel?
View 2 Replies View Relatedi am tracking my working hours at night, so i type in the time i start and the time i quit like this:
A 1 start B 1 end
A 2 22:30 B 2 02:30
now i want to calculate the time between.
but since excel don't like the negative time i got a problem. i figure i must make a function something like
=IF(B2<A1,B2+24)
i have tried a few but i don't get the parameters right so i get errors,
I am trying to show how many years it will take for a retiree to run out of money.
row 1 is his available money (this in determined with other formulas such as income - expenses ect)
Row 2 is number of years (J2 would be 10 years)
Let's say available money turns negative on the 10th year (tenth column "J")
How can I write a condition statement that will say that says if the amount in row one is positive do nothing, but when it turns negative add row 2 of whatever column it turned negative in?
Example:
A B C D E F G H I J K L
5000442538503275270021251550975400-175-750-1325
123456789101112
I've got a file with sum formulas and datas as well,i need to know when ever i'm getting a negative no as result, it should be zero or the cell should be empty.
View 4 Replies View RelatedFor simplicity sake I will put what I have in close proximity cells and what my issue is. I am taking a number A1 (7.7) and turning it into time A2 =A1/24 (7:42)
A3 (18:00) Which is our work start time. I am taking 7:42 min estimated work day hours and adding that to our start time of 18:00 for A4.
A4 =A2+A3 (1:42) This tells me that we should get done around 1:42 am
A5 I enter the actual time we finished. Let's say (2:23)
A6 =TEXT(MAX($A$4:$A$5)-MIN($A$4:$A$5),"-H::MM")
This gives me an answer of (23:19), but if I type over the formula in A4 (1:42) which is the answer to the formula and already has that number there, I get the answer (0:41) in A6 and that is the answer I want. I can't figure out why I can't get A6 to give me an answer of (0:41) with a formula in A4. I even tried having another cell formulate A4 and then A4 =that cell and it is still the same.
i have for example column I, J & K. col I and J has both negative & positive values and K (I/J) works out the %
Col I Col J col K
135975 583333 23%
-27748 583333 -5%
-18186 583333 -3%
272550 583333 65%
But i need a formula or formatting that always shows the negative percentage as a zero.
I need to delete a whole row if column J contains a negative number.
I am having difficulties finding the correct wording for picking up the negative value.
I can get it to delete using a word as the reference but not for negative values
Code:
Sub DeleteRows()
Dim c As Range
Dim SrchRng
Set SrchRng = ActiveSheet.Range("j1", ActiveSheet.Range("j65536").End(xlUp))
Do
Set c = SrchRng.Find("
I would like to add to this formula.... if the result of "$L$6-Q15", from below, is 0 or a negative number, then the desired result would be 0 for this formula.
Possibly wrapping IF AND somewhere in this...
=IF((O15+(K16*$L$5))>=$L$6,$L$6-Q15,K16*$L$5)
This may sound simple, but is not (it might be easy for you hopefully)...... I have a string of numbers and the first few numbers can be either postive, negative or zero....Later on, the numbers all become negative......
I need to find the the cell which contains the first negative number in the consequtive negative numbers.....The difficult part is the numbers before the consequtive negative numbers can be anything......
is there a way to format a cell that will make the number a negative number regardless of what number I type; whether I type a positive or negative.
What i'm trying to accomplish is enter a number and the number will be negative. I don't want to have to type a negative in front of the number.
I have a formula calculating time to the second (e.g HH:MM:SS). I am calculating the difference from the time something was scheduled to be done vs. when it was actually completed. What I can't get Excel to do is calculate the same time but listing the time in negative, as if the project went over and by how much.
I know how to do this in numbers view, but unable to do this in time view.
I have, on some occassions, negative minutes e.g. -125. I have a formula in a separate column which divides the minutes by 1440.
Hence I could have
AE AF
Session Minutes Session Time
210 03:30
-125 ############
Column AE is General format, whilst column AF is Custom i.e. hh:mm.
How do I rectify the formula AE2/1440 so that I get the Session Time to work but with a negative sign?
is it possible to display the value in a cell with a £ and also make it automatically go red when the sum is negative?
View 9 Replies View RelatedHow do you format cells so that when a number is entered in a certain cell it will automatically reflect that same number as its negative value, displayed in red & in brackets.
View 9 Replies View RelatedI'm trying to sum negative numbers using the following formula, however for some reason it's not working in the way that it would if I flipped the < to a > sign.
=SUMPRODUCT((Data!$AB$10:$AB$3222=$C$58)*(Data!$L$10:$L$3222=D57)*(Data!$W$10:$W$3222
Using Excel 97, Is there a way to Sum the values in columns if the value in cell B is a negative number. I want the total placed in their respected columns after excel finds 8 Consecutive Blank rows.
Ex
B1:B70 (remember the number can change it can also be B1:B80)
B1:B70 is a positive value, but then B85 is negative so begin the calculation from that point.
Sum B85,F85,G85,H85,I85,J85,K85,L85,M85,Q85,R85. And place the value in their corresponding cell after 8 consecutive blank rows appear in row B.
I am trying to sum up numbers that are in alternate columns but if the number is negative I do not want that one added. I am getting the standard # name error. Here is my formula: =SUM G3+J3+M3+P3+S3+V3+Y3, If >0
View 3 Replies View RelatedI have a spreadsheet of invoices and credits memos (500+ rows). Is there a way to match the positive and negatives that match? For example if there is -40.39 in one cell and positive 40.39 in another that it could highlight both those cells. I was thinking to do it in conditional formatting however I can not get it to work. It does not have to be fancy I just need to highlight them because there will not be a lot that do actually match.
View 9 Replies View Related