Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello, I was woundering if someone could give me the formula for this? I have
A cell "M26" that has a total number in it from a sum from another cell. And I have a row of cells "R11,R13,R15,R17,R19,R21,R23" that are blank. What I want to do is when I enter a number in one of the "R" cells it would subtract that number from the M26 cell. Will this give an error or something because the number in the M26 is a total from another formula. Thanks!!!! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I don't know what you have in cell M26 but do you want something like this?
=SUM(J1:J26)-SUM(R11,R13,R15,R17,R19,R21,R23) -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings with @tiscali.co.uk "oxicottin" wrote in message ... Hello, I was woundering if someone could give me the formula for this? I have A cell "M26" that has a total number in it from a sum from another cell. And I have a row of cells "R11,R13,R15,R17,R19,R21,R23" that are blank. What I want to do is when I enter a number in one of the "R" cells it would subtract that number from the M26 cell. Will this give an error or something because the number in the M26 is a total from another formula. Thanks!!!! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
it wouldn't. In, say, M27, you can put =M26-sum(R11:R23)
"oxicottin" wrote: Hello, I was woundering if someone could give me the formula for this? I have A cell "M26" that has a total number in it from a sum from another cell. And I have a row of cells "R11,R13,R15,R17,R19,R21,R23" that are blank. What I want to do is when I enter a number in one of the "R" cells it would subtract that number from the M26 cell. Will this give an error or something because the number in the M26 is a total from another formula. Thanks!!!! |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Im am sorry I should have said what I had in cell "M26" the formula thats
already in there is =SUM(H9:H23) I just want to be able to enter numbers in the "R11,R13,R15,R17,R19,R21,R23" Cells and have it subtract from the total that was in the "M26" Cell.... Is this possible? Thanks, Chad "Sean Timmons" wrote: it wouldn't. In, say, M27, you can put =M26-sum(R11:R23) "oxicottin" wrote: Hello, I was woundering if someone could give me the formula for this? I have A cell "M26" that has a total number in it from a sum from another cell. And I have a row of cells "R11,R13,R15,R17,R19,R21,R23" that are blank. What I want to do is when I enter a number in one of the "R" cells it would subtract that number from the M26 cell. Will this give an error or something because the number in the M26 is a total from another formula. Thanks!!!! |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Maybe: =M26-SUM(IF(MOD(ROW(R11:R23),2)=MOD(ROW(R11),2),R11:R23 )) the formula must entered using CTRL+SHIFT+ENTER not just ENTER. Hope this helps! Jean-Guy "oxicottin" wrote: Hello, I was woundering if someone could give me the formula for this? I have A cell "M26" that has a total number in it from a sum from another cell. And I have a row of cells "R11,R13,R15,R17,R19,R21,R23" that are blank. What I want to do is when I enter a number in one of the "R" cells it would subtract that number from the M26 cell. Will this give an error or something because the number in the M26 is a total from another formula. Thanks!!!! |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sandy Thanks this is what I needed!! And thanks to all that replyed....
"Sandy Mann" wrote: I don't know what you have in cell M26 but do you want something like this? =SUM(J1:J26)-SUM(R11,R13,R15,R17,R19,R21,R23) -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings with @tiscali.co.uk "oxicottin" wrote in message ... Hello, I was woundering if someone could give me the formula for this? I have A cell "M26" that has a total number in it from a sum from another cell. And I have a row of cells "R11,R13,R15,R17,R19,R21,R23" that are blank. What I want to do is when I enter a number in one of the "R" cells it would subtract that number from the M26 cell. Will this give an error or something because the number in the M26 is a total from another formula. Thanks!!!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
adding numbers shown in cells, not what is actually in cell - help!!! | Excel Worksheet Functions | |||
Mileage Claim Formula | New Users to Excel | |||
Why are 1/2 my numbers imported as text and the rest as numbers? | Excel Discussion (Misc queries) | |||
subtract 3 numbers and 2 cells | New Users to Excel | |||
Checking Winning Numbers in the Lottery. | Excel Discussion (Misc queries) |