All I know how to do is enter info into a cell. This is a list of numbered
employees. Usually, I would just seleted the cell and delete, but I get
###error. The formula is = sum (A73 1) Please help!!!
I believe you are seeing ### because the cell is not large enough to
display the #REF! error. When you delete the cell (A73), either by
right clicking and seleting delete or by using the Edit function, the
formula no longer knows what cell to reference, and all the other cells
below the one with the error have all adjusted accordingly (in this
case, up one). If you look below the cell with the error, you will see
that it now has = sum(A73 1).
You may either delete the cell with the error also, or you will need to
select the cell and change the portion of the formula with the #REF! to
A73 again. If you choose that option you will need to fill the
remaining cells with the updated formula. Another option is to delete
the entire row to maintain the function's integrity.
If this does not help, please reply with a bit more information.--
surg4u1975
------------------------------------------------------------------------
surg4u1975's Profile: www.excelforum.com/member.php...oamp;userid=28718
View this thread: www.excelforum.com/showthread...hreadid=496414I think I understand what you're facing....
It seems like you want to use formulas to create a numerical
sequence(1,2,3...), and you do that by adding 1 to the cell above the formula
cell, right? The problem occurs when you delete the referenced cell's row.
Example:
A10: = SUM(A9) 1
--gt;iF row 9 is deleted...the formula returns an error.
Here are some alternatives to that approach:
A10: =OFFSET(A10,-1,0) 1
(ALWAYS adds 1 to the value of the cell directly above the formula cell)
or
A10: =MAX($A$1:OFFSET(A10,-1,0)) 1
(Adds 1 to the previous max value above the formula cell...allows for blank
cells in the referenced range)
Am I on the right track here?
Does that help?
***********
Regards,
Ron
XL2002, WinXP-Proquot;Rerequot; wrote:
gt; All I know how to do is enter info into a cell. This is a list of numbered
gt; employees. Usually, I would just seleted the cell and delete, but I get
gt; ###error. The formula is = sum (A73 1) Please help!!!
I will try to do it this way. I am so a novice at this. I inherited this.
I'll let you know.
quot;Ron Coderrequot; wrote:
gt; I think I understand what you're facing....
gt;
gt; It seems like you want to use formulas to create a numerical
gt; sequence(1,2,3...), and you do that by adding 1 to the cell above the formula
gt; cell, right? The problem occurs when you delete the referenced cell's row.
gt; Example:
gt; A10: = SUM(A9) 1
gt; --gt;iF row 9 is deleted...the formula returns an error.
gt;
gt; Here are some alternatives to that approach:
gt;
gt; A10: =OFFSET(A10,-1,0) 1
gt; (ALWAYS adds 1 to the value of the cell directly above the formula cell)
gt; or
gt; A10: =MAX($A$1:OFFSET(A10,-1,0)) 1
gt; (Adds 1 to the previous max value above the formula cell...allows for blank
gt; cells in the referenced range)
gt;
gt; Am I on the right track here?
gt; Does that help?
gt;
gt; ***********
gt; Regards,
gt; Ron
gt;
gt; XL2002, WinXP-Pro
gt;
gt;
gt; quot;Rerequot; wrote:
gt;
gt; gt; All I know how to do is enter info into a cell. This is a list of numbered
gt; gt; employees. Usually, I would just seleted the cell and delete, but I get
gt; gt; ###error. The formula is = sum (A73 1) Please help!!!
Ok Ron, it's now telling me I have too few arguments.????This is the way I
did it: I'm deleting the row where Charlie's name is, so its: A73 1
=MAX($A$1:OFFSET(A73,-1,0)) 1
Now, after I put in this info do I hit enter or what?
quot;Ron Coderrequot; wrote:
gt; I think I understand what you're facing....
gt;
gt; It seems like you want to use formulas to create a numerical
gt; sequence(1,2,3...), and you do that by adding 1 to the cell above the formula
gt; cell, right? The problem occurs when you delete the referenced cell's row.
gt; Example:
gt; A10: = SUM(A9) 1
gt; --gt;iF row 9 is deleted...the formula returns an error.
gt;
gt; Here are some alternatives to that approach:
gt;
gt; A10: =OFFSET(A10,-1,0) 1
gt; (ALWAYS adds 1 to the value of the cell directly above the formula cell)
gt; or
gt; A10: =MAX($A$1:OFFSET(A10,-1,0)) 1
gt; (Adds 1 to the previous max value above the formula cell...allows for blank
gt; cells in the referenced range)
gt;
gt; Am I on the right track here?
gt; Does that help?
gt;
gt; ***********
gt; Regards,
gt; Ron
gt;
gt; XL2002, WinXP-Pro
gt;
gt;
gt; quot;Rerequot; wrote:
gt;
gt; gt; All I know how to do is enter info into a cell. This is a list of numbered
gt; gt; employees. Usually, I would just seleted the cell and delete, but I get
gt; gt; ###error. The formula is = sum (A73 1) Please help!!!
This formula:
=MAX($A$1:OFFSET(A73,-1,0)) 1
should be in Cell A73. Is that where you put it?
***********
Regards,
Ron
XL2002, WinXP-Proquot;Rerequot; wrote:
gt; Ok Ron, it's now telling me I have too few arguments.????This is the way I
gt; did it: I'm deleting the row where Charlie's name is, so its: A73 1
gt; =MAX($A$1:OFFSET(A73,-1,0)) 1
gt;
gt; Now, after I put in this info do I hit enter or what?
gt;
gt; quot;Ron Coderrequot; wrote:
gt;
gt; gt; I think I understand what you're facing....
gt; gt;
gt; gt; It seems like you want to use formulas to create a numerical
gt; gt; sequence(1,2,3...), and you do that by adding 1 to the cell above the formula
gt; gt; cell, right? The problem occurs when you delete the referenced cell's row.
gt; gt; Example:
gt; gt; A10: = SUM(A9) 1
gt; gt; --gt;iF row 9 is deleted...the formula returns an error.
gt; gt;
gt; gt; Here are some alternatives to that approach:
gt; gt;
gt; gt; A10: =OFFSET(A10,-1,0) 1
gt; gt; (ALWAYS adds 1 to the value of the cell directly above the formula cell)
gt; gt; or
gt; gt; A10: =MAX($A$1:OFFSET(A10,-1,0)) 1
gt; gt; (Adds 1 to the previous max value above the formula cell...allows for blank
gt; gt; cells in the referenced range)
gt; gt;
gt; gt; Am I on the right track here?
gt; gt; Does that help?
gt; gt;
gt; gt; ***********
gt; gt; Regards,
gt; gt; Ron
gt; gt;
gt; gt; XL2002, WinXP-Pro
gt; gt;
gt; gt;
gt; gt; quot;Rerequot; wrote:
gt; gt;
gt; gt; gt; All I know how to do is enter info into a cell. This is a list of numbered
gt; gt; gt; employees. Usually, I would just seleted the cell and delete, but I get
gt; gt; gt; ###error. The formula is = sum (A73 1) Please help!!!
Well, I didn't personally put it there, but yes, that's where it is. I've
just been handed this to update today.
quot;Ron Coderrequot; wrote:
gt; This formula:
gt; =MAX($A$1:OFFSET(A73,-1,0)) 1
gt;
gt; should be in Cell A73. Is that where you put it?
gt;
gt; ***********
gt; Regards,
gt; Ron
gt;
gt; XL2002, WinXP-Pro
gt;
gt;
gt; quot;Rerequot; wrote:
gt;
gt; gt; Ok Ron, it's now telling me I have too few arguments.????This is the way I
gt; gt; did it: I'm deleting the row where Charlie's name is, so its: A73 1
gt; gt; =MAX($A$1:OFFSET(A73,-1,0)) 1
gt; gt;
gt; gt; Now, after I put in this info do I hit enter or what?
gt; gt;
gt; gt; quot;Ron Coderrequot; wrote:
gt; gt;
gt; gt; gt; I think I understand what you're facing....
gt; gt; gt;
gt; gt; gt; It seems like you want to use formulas to create a numerical
gt; gt; gt; sequence(1,2,3...), and you do that by adding 1 to the cell above the formula
gt; gt; gt; cell, right? The problem occurs when you delete the referenced cell's row.
gt; gt; gt; Example:
gt; gt; gt; A10: = SUM(A9) 1
gt; gt; gt; --gt;iF row 9 is deleted...the formula returns an error.
gt; gt; gt;
gt; gt; gt; Here are some alternatives to that approach:
gt; gt; gt;
gt; gt; gt; A10: =OFFSET(A10,-1,0) 1
gt; gt; gt; (ALWAYS adds 1 to the value of the cell directly above the formula cell)
gt; gt; gt; or
gt; gt; gt; A10: =MAX($A$1:OFFSET(A10,-1,0)) 1
gt; gt; gt; (Adds 1 to the previous max value above the formula cell...allows for blank
gt; gt; gt; cells in the referenced range)
gt; gt; gt;
gt; gt; gt; Am I on the right track here?
gt; gt; gt; Does that help?
gt; gt; gt;
gt; gt; gt; ***********
gt; gt; gt; Regards,
gt; gt; gt; Ron
gt; gt; gt;
gt; gt; gt; XL2002, WinXP-Pro
gt; gt; gt;
gt; gt; gt;
gt; gt; gt; quot;Rerequot; wrote:
gt; gt; gt;
gt; gt; gt; gt; All I know how to do is enter info into a cell. This is a list of numbered
gt; gt; gt; gt; employees. Usually, I would just seleted the cell and delete, but I get
gt; gt; gt; gt; ###error. The formula is = sum (A73 1) Please help!!!
Sorry, Ron. I just re-read your post. Yes, this is where I'm putting it.
quot;Rerequot; wrote:
gt; Well, I didn't personally put it there, but yes, that's where it is. I've
gt; just been handed this to update today.
gt;
gt; quot;Ron Coderrequot; wrote:
gt;
gt; gt; This formula:
gt; gt; =MAX($A$1:OFFSET(A73,-1,0)) 1
gt; gt;
gt; gt; should be in Cell A73. Is that where you put it?
gt; gt;
gt; gt; ***********
gt; gt; Regards,
gt; gt; Ron
gt; gt;
gt; gt; XL2002, WinXP-Pro
gt; gt;
gt; gt;
gt; gt; quot;Rerequot; wrote:
gt; gt;
gt; gt; gt; Ok Ron, it's now telling me I have too few arguments.????This is the way I
gt; gt; gt; did it: I'm deleting the row where Charlie's name is, so its: A73 1
gt; gt; gt; =MAX($A$1:OFFSET(A73,-1,0)) 1
gt; gt; gt;
gt; gt; gt; Now, after I put in this info do I hit enter or what?
gt; gt; gt;
gt; gt; gt; quot;Ron Coderrequot; wrote:
gt; gt; gt;
gt; gt; gt; gt; I think I understand what you're facing....
gt; gt; gt; gt;
gt; gt; gt; gt; It seems like you want to use formulas to create a numerical
gt; gt; gt; gt; sequence(1,2,3...), and you do that by adding 1 to the cell above the formula
gt; gt; gt; gt; cell, right? The problem occurs when you delete the referenced cell's row.
gt; gt; gt; gt; Example:
gt; gt; gt; gt; A10: = SUM(A9) 1
gt; gt; gt; gt; --gt;iF row 9 is deleted...the formula returns an error.
gt; gt; gt; gt;
gt; gt; gt; gt; Here are some alternatives to that approach:
gt; gt; gt; gt;
gt; gt; gt; gt; A10: =OFFSET(A10,-1,0) 1
gt; gt; gt; gt; (ALWAYS adds 1 to the value of the cell directly above the formula cell)
gt; gt; gt; gt; or
gt; gt; gt; gt; A10: =MAX($A$1:OFFSET(A10,-1,0)) 1
gt; gt; gt; gt; (Adds 1 to the previous max value above the formula cell...allows for blank
gt; gt; gt; gt; cells in the referenced range)
gt; gt; gt; gt;
gt; gt; gt; gt; Am I on the right track here?
gt; gt; gt; gt; Does that help?
gt; gt; gt; gt;
gt; gt; gt; gt; ***********
gt; gt; gt; gt; Regards,
gt; gt; gt; gt; Ron
gt; gt; gt; gt;
gt; gt; gt; gt; XL2002, WinXP-Pro
gt; gt; gt; gt;
gt; gt; gt; gt;
gt; gt; gt; gt; quot;Rerequot; wrote:
gt; gt; gt; gt;
gt; gt; gt; gt; gt; All I know how to do is enter info into a cell. This is a list of numbered
gt; gt; gt; gt; gt; employees. Usually, I would just seleted the cell and delete, but I get
gt; gt; gt; gt; gt; ###error. The formula is = sum (A73 1) Please help!!!
Let's back up a step or two.....
Put this formula in Cell A2, then copy it down as far as you need it.
=MAX($A$1:OFFSET(A2,-1,0)) 1
Now you should be able to delete any row (except row 1) without creating
formula errors.
Does that fix the problem?
***********
Regards,
Ron
XL2002, WinXP-Proquot;Rerequot; wrote:
gt; Sorry, Ron. I just re-read your post. Yes, this is where I'm putting it.
gt;
gt; quot;Rerequot; wrote:
gt;
gt; gt; Well, I didn't personally put it there, but yes, that's where it is. I've
gt; gt; just been handed this to update today.
gt; gt;
gt; gt; quot;Ron Coderrequot; wrote:
gt; gt;
gt; gt; gt; This formula:
gt; gt; gt; =MAX($A$1:OFFSET(A73,-1,0)) 1
gt; gt; gt;
gt; gt; gt; should be in Cell A73. Is that where you put it?
gt; gt; gt;
gt; gt; gt; ***********
gt; gt; gt; Regards,
gt; gt; gt; Ron
gt; gt; gt;
gt; gt; gt; XL2002, WinXP-Pro
gt; gt; gt;
gt; gt; gt;
gt; gt; gt; quot;Rerequot; wrote:
gt; gt; gt;
gt; gt; gt; gt; Ok Ron, it's now telling me I have too few arguments.????This is the way I
gt; gt; gt; gt; did it: I'm deleting the row where Charlie's name is, so its: A73 1
gt; gt; gt; gt; =MAX($A$1:OFFSET(A73,-1,0)) 1
gt; gt; gt; gt;
gt; gt; gt; gt; Now, after I put in this info do I hit enter or what?
gt; gt; gt; gt;
gt; gt; gt; gt; quot;Ron Coderrequot; wrote:
gt; gt; gt; gt;
gt; gt; gt; gt; gt; I think I understand what you're facing....
gt; gt; gt; gt; gt;
gt; gt; gt; gt; gt; It seems like you want to use formulas to create a numerical
gt; gt; gt; gt; gt; sequence(1,2,3...), and you do that by adding 1 to the cell above the formula
gt; gt; gt; gt; gt; cell, right? The problem occurs when you delete the referenced cell's row.
gt; gt; gt; gt; gt; Example:
gt; gt; gt; gt; gt; A10: = SUM(A9) 1
gt; gt; gt; gt; gt; --gt;iF row 9 is deleted...the formula returns an error.
gt; gt; gt; gt; gt;
gt; gt; gt; gt; gt; Here are some alternatives to that approach:
gt; gt; gt; gt; gt;
gt; gt; gt; gt; gt; A10: =OFFSET(A10,-1,0) 1
gt; gt; gt; gt; gt; (ALWAYS adds 1 to the value of the cell directly above the formula cell)
gt; gt; gt; gt; gt; or
gt; gt; gt; gt; gt; A10: =MAX($A$1:OFFSET(A10,-1,0)) 1
gt; gt; gt; gt; gt; (Adds 1 to the previous max value above the formula cell...allows for blank
gt; gt; gt; gt; gt; cells in the referenced range)
gt; gt; gt; gt; gt;
gt; gt; gt; gt; gt; Am I on the right track here?
gt; gt; gt; gt; gt; Does that help?
gt; gt; gt; gt; gt;
gt; gt; gt; gt; gt; ***********
gt; gt; gt; gt; gt; Regards,
gt; gt; gt; gt; gt; Ron
gt; gt; gt; gt; gt;
gt; gt; gt; gt; gt; XL2002, WinXP-Pro
gt; gt; gt; gt; gt;
gt; gt; gt; gt; gt;
gt; gt; gt; gt; gt; quot;Rerequot; wrote:
gt; gt; gt; gt; gt;
gt; gt; gt; gt; gt; gt; All I know how to do is enter info into a cell. This is a list of numbered
gt; gt; gt; gt; gt; gt; employees. Usually, I would just seleted the cell and delete, but I get
gt; gt; gt; gt; gt; gt; ###error. The formula is = sum (A73 1) Please help!!!
I'm sorry Ron, I don't get it!!! When I do that, it just puts #####in the
columns.
quot;Ron Coderrequot; wrote:
gt; Let's back up a step or two.....
gt;
gt; Put this formula in Cell A2, then copy it down as far as you need it.
gt; =MAX($A$1:OFFSET(A2,-1,0)) 1
gt;
gt; Now you should be able to delete any row (except row 1) without creating
gt; formula errors.
gt;
gt; Does that fix the problem?
gt;
gt; ***********
gt; Regards,
gt; Ron
gt;
gt; XL2002, WinXP-Pro
gt;
gt;
gt; quot;Rerequot; wrote:
gt;
gt; gt; Sorry, Ron. I just re-read your post. Yes, this is where I'm putting it.
gt; gt;
gt; gt; quot;Rerequot; wrote:
gt; gt;
gt; gt; gt; Well, I didn't personally put it there, but yes, that's where it is. I've
gt; gt; gt; just been handed this to update today.
gt; gt; gt;
gt; gt; gt; quot;Ron Coderrequot; wrote:
gt; gt; gt;
gt; gt; gt; gt; This formula:
gt; gt; gt; gt; =MAX($A$1:OFFSET(A73,-1,0)) 1
gt; gt; gt; gt;
gt; gt; gt; gt; should be in Cell A73. Is that where you put it?
gt; gt; gt; gt;
gt; gt; gt; gt; ***********
gt; gt; gt; gt; Regards,
gt; gt; gt; gt; Ron
gt; gt; gt; gt;
gt; gt; gt; gt; XL2002, WinXP-Pro
gt; gt; gt; gt;
gt; gt; gt; gt;
gt; gt; gt; gt; quot;Rerequot; wrote:
gt; gt; gt; gt;
gt; gt; gt; gt; gt; Ok Ron, it's now telling me I have too few arguments.????This is the way I
gt; gt; gt; gt; gt; did it: I'm deleting the row where Charlie's name is, so its: A73 1
gt; gt; gt; gt; gt; =MAX($A$1:OFFSET(A73,-1,0)) 1
gt; gt; gt; gt; gt;
gt; gt; gt; gt; gt; Now, after I put in this info do I hit enter or what?
gt; gt; gt; gt; gt;
gt; gt; gt; gt; gt; quot;Ron Coderrequot; wrote:
gt; gt; gt; gt; gt;
gt; gt; gt; gt; gt; gt; I think I understand what you're facing....
gt; gt; gt; gt; gt; gt;
gt; gt; gt; gt; gt; gt; It seems like you want to use formulas to create a numerical
gt; gt; gt; gt; gt; gt; sequence(1,2,3...), and you do that by adding 1 to the cell above the formula
gt; gt; gt; gt; gt; gt; cell, right? The problem occurs when you delete the referenced cell's row.
gt; gt; gt; gt; gt; gt; Example:
gt; gt; gt; gt; gt; gt; A10: = SUM(A9) 1
gt; gt; gt; gt; gt; gt; --gt;iF row 9 is deleted...the formula returns an error.
gt; gt; gt; gt; gt; gt;
gt; gt; gt; gt; gt; gt; Here are some alternatives to that approach:
gt; gt; gt; gt; gt; gt;
gt; gt; gt; gt; gt; gt; A10: =OFFSET(A10,-1,0) 1
gt; gt; gt; gt; gt; gt; (ALWAYS adds 1 to the value of the cell directly above the formula cell)
gt; gt; gt; gt; gt; gt; or
gt; gt; gt; gt; gt; gt; A10: =MAX($A$1:OFFSET(A10,-1,0)) 1
gt; gt; gt; gt; gt; gt; (Adds 1 to the previous max value above the formula cell...allows for blank
gt; gt; gt; gt; gt; gt; cells in the referenced range)
gt; gt; gt; gt; gt; gt;
gt; gt; gt; gt; gt; gt; Am I on the right track here?
gt; gt; gt; gt; gt; gt; Does that help?
gt; gt; gt; gt; gt; gt;
gt; gt; gt; gt; gt; gt; ***********
gt; gt; gt; gt; gt; gt; Regards,
gt; gt; gt; gt; gt; gt; Ron
gt; gt; gt; gt; gt; gt;
gt; gt; gt; gt; gt; gt; XL2002, WinXP-Pro
gt; gt; gt; gt; gt; gt;
gt; gt; gt; gt; gt; gt;
gt; gt; gt; gt; gt; gt; quot;Rerequot; wrote:
gt; gt; gt; gt; gt; gt;
gt; gt; gt; gt; gt; gt; gt; All I know how to do is enter info into a cell. This is a list of numbered
gt; gt; gt; gt; gt; gt; gt; employees. Usually, I would just seleted the cell and delete, but I get
gt; gt; gt; gt; gt; gt; gt; ###error. The formula is = sum (A73 1) Please help!!!
- Oct 22 Sun 2006 20:09
how do you delete cells when they are connected with a formula
close
全站熱搜
留言列表
發表留言