Microsoft
Software
Hardware
Network
Question : How can I delete cells and still preserve the formulas in other cells?
When data is deleted in a column and cells are moved up, the formulas in other cells are broken.
I would ilke to preserve the original formulas, how is this possible please?
If my question is unclear, please see my attached sample.
I would like the original formluas preserved in range C4:C12
Des
Answer : How can I delete cells and still preserve the formulas in other cells?
For those formulas you could use =INDEX(F:F,row())
for more complicated scenarios, you could use INDIRECT - e.g.
=INDIRECT("F1")
Random Solutions
I need a valadation control on a textbox that compare a change in name (Attendee Name)
Access and VB6
Sharepoint Alternate Access Mappings not working
Access 2007 runtime spell check options
SQL Rownumber command
Extend reset password time
Determine which WAN Connection to use?
Office XP Key retrieval
ACCESS 97 'out of memory' on Windows 2000 & XP
Converting nvarchar to datetime in mssql?