I've simplified my issue a bit, but I don't think I've left off any important information.
Thanks in advance for your thoughts.
I have an Excel workbook (we have a mixed bag of 2000 and 2003 installs)
Column B has numbers
1
2
3
4
5
Column A has text
When I click onto cell Ax, I want Bx to automatically generate. For this instance, if I clicked into A6, B6 is populated with 6.
To go further, I might be forced to remove row 3 after I've completed row 4, 5, 6, etc., but I don't want the numbers in column B to adjust. If I remove row 3, I want column B to look like the list below. I'm unable to use the function Bx=Bx-1+1 or because my number 4 below would compute to 3 after the removal of the third row.
1
2
4
5
Thanks in advance for your thoughts.
I have an Excel workbook (we have a mixed bag of 2000 and 2003 installs)
Column B has numbers
1
2
3
4
5
Column A has text
When I click onto cell Ax, I want Bx to automatically generate. For this instance, if I clicked into A6, B6 is populated with 6.
To go further, I might be forced to remove row 3 after I've completed row 4, 5, 6, etc., but I don't want the numbers in column B to adjust. If I remove row 3, I want column B to look like the list below. I'm unable to use the function Bx=Bx-1+1 or because my number 4 below would compute to 3 after the removal of the third row.
1
2
4
5