Skip to content

Commit 83d1972

Browse files
authored
Update why-formulas-referencing-the-deleted-column-show-ref-errors.md
1 parent 7f336a1 commit 83d1972

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Document-Processing/Excel/Excel-Library/NET/faqs/why-formulas-referencing-the-deleted-column-show-ref-errors.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ documentation: UG
77
---
88

99
# Why do formulas referencing a deleted column show #REF! errors?
10-
11-
When a column is deleted, either in Excel or via Syncfusion XlsIO, the entire column is removed and subsequent columns shift left. Any formula that referenced cells in the deleted column will display #REF! because those cell references no longer exist; Syncfusion XlsIO follows Excel's behavior in this regard.
10+
When a column is deleted either directly in Excel or programmatically using Syncfusion XlsIO the entire column is removed and the columns to the right shift left. If any formula referenced cells within the deleted column, Excel can no longer resolve those references. As a result, the affected formulas display #REF! errors to indicate that the referenced cells no longer exist. Syncfusion XlsIO follows the same behavior as Microsoft Excel in this scenario.

0 commit comments

Comments
 (0)