If Negative Number Display It Differently
Jun 8, 2009
I currently have the following in a cell:
=BDH(AHD!A3,"px_last","-5cm","-5cm")
This currently displays as -32 pulling this number out of bloomberg.
I now want to write a formulae in this cell that will display this as 32c if it is negative... and 32b if it is positive.
So if the number pulled out is negative I want it to have a c after it (and please have it delete the minus sign) and if positive, then have a b after it.
View 9 Replies
ADVERTISEMENT
May 12, 2014
I'm trying to create a completion statement on where I will add up the money my client has sent to me and also add up the money I need to pay out in order for them to complete their transaction. The end result I want is I would like to display whether my client has given me to much money and I need to repay them. Or if they haven't given me enough then I need to invoice them. I need excel to display for me after all the figures have been added and subtracted if the end figure is negative then display in D19 (balanced owed to you). If the end figure is positive (Balance required from you) display in D20.
View 12 Replies
View Related
Apr 11, 2013
Scenario: Two computers running Windows 7 (64-bit Professional) with Excel 2007, same processor, same hard drive, same memory, same everything except the monitors - see below
Computer 1: HP LA2006x monitor (20" viewable diagonal) @ 1600x900 resolution, 91.79 PPI
Computer 2: HP LA2206x monitor (21.5" viewable diagonal) @ 1920x1080 resolution, 102.46 PPI
We have an Excel spreadsheet that the column widths on columns A through K must equal exactly 6, 1, 6, 1, 8, 1, 13, 2, 8, 1, and 35 respectively in order for the data to be imported into another program. These exact column widths are set on Computer 1 and the .xslx file is saved to a network location.
Computer 2 opens the .xslx file from the exact same network location. The column widths display as 5.86, 0.92, 5.86, 0.92, 12.84; not the exact columns listed above. So if anyone needs to export the data from Computer 2, they have to manually adjust the column widths or run a macro to auto adjust the column widths.
My question, is there anything I can do on Computer 1 or Computer 2 to make it so the column widths are saved and open correctly no matter which one is saving and which one is opening? The 20" monitor on computer 1 cannot display the 1920x1080 resolution... already tried that.
View 3 Replies
View Related
Oct 19, 2008
I have a very simple formula which is basically one cell minus another "=A1-B1".
When the values are equal, the cell this formula is in will display a zero. However, when the subtracted figure is greater than the first figure, i will then get a minus figure E.g. 10-11 = -1.
How can i make it that when the formula result is less than zero (i.e. a minus number) the figure displayed stays at zero but still using the minus funciton? Basically once it hits zero i need it to stop subtracting. This may be really simple but i cant figure it out.
View 4 Replies
View Related
Jan 5, 2009
I am doing math on times and want to be able to SEE values of Negative times instead of the ########. This is happening in a time card because I am summing the weeks total and subtracting 20 from it (expected 20 hours per week) so it will ALWAYS be negative until the last day of the work week.
View 4 Replies
View Related
Nov 14, 2008
how to do that? In "mm:ss" format if possible
View 2 Replies
View Related
Apr 29, 2008
I have one service level sheet where i used data in time format. I am getting error while using this sheet. I will just explain it in simple way...............
Please find below mentioned details.
Cell C D F
1 23:04 23:13 00:03
In cell G1 i have formula to get time difference between cell C1 and D1 and its give me difference between these both time as 00:09.
Formula is =IF(OR(ISBLANK(C1),ISBLANK(D1)),"",D1-C1)
In cell H1 i have formula to get difference time between cell C1 and F1.
Formula is =IF(OR(ISBLANK(C1),ISBLANK(F1)),"",F1-C1)
But in Cell H1 i am getting Error as Negative time or date display as ########
Is there anyway where i can get Exact time diffrence between Cell F1 and Cell C1
View 20 Replies
View Related
Jul 2, 2014
I am formatting total dollars to millions using the custom format $0.0,,
It displays negative values such as $3,100,000 to -$3.1
How do I get the negative values to display in parenthesis such as $(3.1)
View 3 Replies
View Related
Oct 9, 2006
I have a spreadsheet where I track income (positive) and expense (negative) items and compare budget to actual amounts. I want to create a simple bar graph comparing budgeted amounts to actual amounts for each item.
However, when I do this, I see all of my income items above the line (pointing up) and all of the expense items below the line (pointing downward).
Is there an option I can select to just use absolute values for the items so they all appear above the line?
View 3 Replies
View Related
Aug 21, 2014
I go negative in one column I want it to show up in the next column as a positive number because when I add my income and subtract my bills and the negative from last month to get the what cash I'll have left it screws up because negative subtract a negative is a positive. So how do i get the sum of say B9 to from -$5.00 to +$5.00 into C4 so when i subtract C4 From my income it wont add to it.
View 1 Replies
View Related
Mar 9, 2013
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)
View 2 Replies
View Related
Aug 15, 2007
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......
View 9 Replies
View Related
Jan 2, 2008
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.
View 9 Replies
View Related
Oct 27, 2009
Is there a way to a formula that would show the following? A plus B = C but if A is below 0, stop the value at 0 then add column B:
Columns:
A B C
-2 5 5
1 5 6
0 5 5
View 2 Replies
View Related
Jan 28, 2010
How can I make excel to recongnize this: 123456- as a negative number?
View 7 Replies
View Related
Jun 11, 2014
How would I write an IF statement that would tell me if a number in one cell is more negative than another?
For Example,
Cell L23 has a number of -10mm
Cell M23 has -20mm
How would i write an if statement in another cell saying that if cell 23 goes beyond -20mm "warning".
I keep getting an error saying #NAME?
View 9 Replies
View Related
Jul 6, 2007
How do I create a formula that tells me if a negative number appears in a column.
for example, the following numbers are in cell A1:A5
10
15
-1
12
8
I need a formula in B2 that tells me if A1:A5 contains a negative number.
View 3 Replies
View Related
Nov 12, 2012
I keep getting the correct answer, but it returns it as negative and I need a positive answer.
View 1 Replies
View Related
Apr 3, 2014
Here it is i needed to get the total of all negative and positive value.
View 2 Replies
View Related
Dec 11, 2008
I want to subtract column B from column A and put the result in column C. If the result is a negative I want a formula to turn it to 0.
View 4 Replies
View Related
Apr 7, 2009
I have numbers in range B1 to B100. How do I search for the first negative number (not the smallest negative number) within the range? Then, retrieve the Date indicated along A1 to A100?
View 8 Replies
View Related
Jan 3, 2012
I need formula for if cell value = negative number e.g.(-2202) change cell value to 0
View 5 Replies
View Related
Jun 12, 2007
I have this report that comes as a text file.
It makes negative numbers look like 1245.35-putting the - sign at the end. I need some way to make these negative numbers look like -1245.35. Only these negative numbes need to be re-formatted.
View 9 Replies
View Related
Oct 25, 2007
In one column, I have a formula that will produce a positive or negative number. If the number is negative, I want it to be automatically transfered to the adjacent cell/column. I don't want a positive number transfered though.
View 9 Replies
View Related
Jun 2, 2008
My bank sends me my statement data as: Description, Date, Amount
...where the amount is text as a number followed by either a plus or minus.
Does anybody know how quickly convert the column of data into proper numbers?
I've been playing around with LEN, RIGHT and SEARCH, but not getting very far because I don't know how to extract the text to the left given the numbers vary in the number of digits...
View 9 Replies
View Related
Aug 2, 2007
I came across this expression going through an Excel VBA code. Can someone plz explain what the argument (-1,1) points to ?
View 9 Replies
View Related
Feb 10, 2014
I have row of dates and underneath those dates I have a row of numbers. The numbers count down. For example:
[Code] .....
At the end of the row I want a cell to return the date that the row first started going negative at. In this example, it should display 10/31/2014 (for when it went to -60).
View 5 Replies
View Related
Mar 26, 2009
I am trying to write code that will locate either a 0 or the smallest negative number in a range, eg,
example 1,
8, 6, 2, 0, -0.5, -2
the result would be 0
example 2,
8, 6, 2, -0.5, -2
the result would be -0.5
View 6 Replies
View Related
Jan 18, 2013
I'm trying to come up with a formula to seach through an array backwards, and tell me where the first negative number is located.
Example
A1
1
B1
1
C1
-1
D1
1
[Code] ..........
If you fill out the cells A1:J1 like so, and enter
=MATCH(TRUE,A2:T2
View 1 Replies
View Related
Aug 22, 2008
I need to have a formula or code so that when a number is entered in cell E12 or F12 or L12, or M12 would treat a positive number as a negative and a negative number entered would be a positive in that respective cell.
View 9 Replies
View Related