Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
how do i create a formula that copy the cell from above inserting a minus
sign before the number? Thanks for your help |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you want to "copy" A1 then use the formula =-A1
"andresg1975" wrote: how do i create a formula that copy the cell from above inserting a minus sign before the number? Thanks for your help |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is the "cell above" a number or a text string? Assume you are entering these
in A2: If it is a number: =-A1 If it is a text string: ="-"&A1 -- Regards, Dave "andresg1975" wrote: how do i create a formula that copy the cell from above inserting a minus sign before the number? Thanks for your help |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If the cell above is A1, then =CONCATENATE("'-",A1)
Note the text within the parentheses starts with a double quote mark, then an apostrophe, then a hyphen, then a double quote mark. No spaces. Dave -- Brevity is the soul of wit. "andresg1975" wrote: how do i create a formula that copy the cell from above inserting a minus sign before the number? Thanks for your help |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Dave - Why would you put an apostrophe within the quotations? This does not
work the same as entering a numerical value with a preceding apostrophe to force it to a string. Doing it your way you will actually see the apostrophe in the cell, not what the subject wanted. Your formula should just be: =CONCATENATE("-",A1) (i.e. no apostrophe) -- Regards, Dave "Dave F" wrote: If the cell above is A1, then =CONCATENATE("'-",A1) Note the text within the parentheses starts with a double quote mark, then an apostrophe, then a hyphen, then a double quote mark. No spaces. Dave -- Brevity is the soul of wit. "andresg1975" wrote: how do i create a formula that copy the cell from above inserting a minus sign before the number? Thanks for your help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
The fx button and the "=" sign | Excel Discussion (Misc queries) | |||
From Dollar ($) sign style to Dirhams (Dhs.) sign style | Excel Discussion (Misc queries) | |||
how to change the insert function key to always be an = sign | Excel Discussion (Misc queries) | |||
XL invoice replace the dollar sign with euro sign | New Users to Excel | |||
EQUAL SIGN | Excel Discussion (Misc queries) |