Removing and pasting from other cells Value

aliikhlaq2006

New Member
Joined
Apr 4, 2012
Messages
44
Hi, I have more then thousands rows of data and sample is attached in the table Column D is equal to =Sum(A-B-C) and D should not be lower then 0
ABCD
1000080005000-3000

What i want result is "If i remove the column C the initially D will become 2000 and that should be copied to C and Finally D becomes the 0 as per formula"
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
You can do it by helper column

Book1.xlsm
ABCDE
1Helper Column
21000080005000-30002000
3500020006000-30003000
41000020009000-10008000
500
600
700
800
900
1000
1100
1200
Sheet1
Cell Formulas
RangeFormula
D2:D12D2=A2-B2-C2
E2:E12E2=C2+D2



Then Copy helper column and past Values only to column C

Book1.xlsm
ABCD
1
210000800020000
35000200030000
410000200080000
500
600
700
800
900
1000
1100
1200
Sheet1
Cell Formulas
RangeFormula
D2:D12D2=A2-B2-C2
 
Upvote 0
You can do it by helper column

Book1.xlsm
ABCDE
1Helper Column
21000080005000-30002000
3500020006000-30003000
41000020009000-10008000
500
600
700
800
900
1000
1100
1200
Sheet1
Cell Formulas
RangeFormula
D2:D12D2=A2-B2-C2
E2:E12E2=C2+D2



Then Copy helper column and past Values only to column C

Book1.xlsm
ABCD
1
210000800020000
35000200030000
410000200080000
500
600
700
800
900
1000
1100
1200
Sheet1
Cell Formulas
RangeFormula
D2:D12D2=A2-B2-C2
Ok That will be great but i have some hidden rows between the data so copying pasting will not work so how i do that ?
 
Upvote 0

Forum statistics

Threads
1,214,990
Messages
6,122,625
Members
449,093
Latest member
catterz66

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top