ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   copy cell from above with opposite sign (https://www.excelbanter.com/excel-worksheet-functions/110895-copy-cell-above-opposite-sign.html)

andresg1975

copy cell from above with opposite sign
 
i have a column containing numbers, every other row there is an empty row, i
would like to copy the cell from above with the opposite sign to that empty
row, how can i do that with a formula or macro. So that i don't have to do
that one by one. Thanks a lot.

Biff

copy cell from above with opposite sign
 
One way:

Assume your range is A2:A10. A3, 5, 7, 9 are empty

Select the range
Hit function key F5
Click the Special button
Select Blanks
OK

All the empty cell *within* the range are now selected and cell A3 is the
active cell.

Enter this formula in the formula bar:

=OFFSET(A3,-1,,)*-1

Hit CTRL ENTER

That will fill the empty cells *within* the range leaving the last entry to
be done manually (should be no big deal!)

Biff

"andresg1975" wrote in message
...
i have a column containing numbers, every other row there is an empty row,
i
would like to copy the cell from above with the opposite sign to that
empty
row, how can i do that with a formula or macro. So that i don't have to do
that one by one. Thanks a lot.




Gord Dibben

copy cell from above with opposite sign
 
Select the column.

F5SpecialBlanksOK

Type an = sign in the active cell then point(left-click)in cell above and type
*-1 then hit CTRL + ENTER

You can copy those formula cells later as values.


Gord Dibben MS Excel MVP


On Wed, 20 Sep 2006 14:09:01 -0700, andresg1975
wrote:

i have a column containing numbers, every other row there is an empty row, i
would like to copy the cell from above with the opposite sign to that empty
row, how can i do that with a formula or macro. So that i don't have to do
that one by one. Thanks a lot.



Dave Peterson

copy cell from above with opposite sign
 
Another very similar way:

Select the range to fix
edit|goto|special|check blanks
type the equal sign
then hit the up arrow
then type *-1
and hit ctrl-enter to fill the blank cells with your formula.


andresg1975 wrote:

i have a column containing numbers, every other row there is an empty row, i
would like to copy the cell from above with the opposite sign to that empty
row, how can i do that with a formula or macro. So that i don't have to do
that one by one. Thanks a lot.


--

Dave Peterson


All times are GMT +1. The time now is 10:20 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com