Skip to content

Commit 75d22e7

Browse files
author
GowthamPonrajSF5414
committed
995641-add RefError FAQ
1 parent 6aa702e commit 75d22e7

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

Document-Processing-toc.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6424,6 +6424,9 @@
64246424
<li>
64256425
<a href="/document-processing/excel/excel-library/net/faqs/how-to-get-the-maximum-supported-rows-and-columns-in-an-excel-worksheet">How to get the maximum rows and columns in a worksheet using XlsIO?</a>
64266426
</li>
6427+
<li>
6428+
<a href="/document-processing/excel/excel-library/net/faqs/why-formulas-referencing-the-deleted-column-show-ref-errors">Why do formulas referencing a deleted column show #REF! errors?</a>
6429+
</li>
64276430
</ul>
64286431
</li>
64296432
</ul>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Formulas reference errors | Syncfusion
3+
description: This page tells why formulas referencing the deleted column show REF! errors.
4+
platform: document-processing
5+
control: XlsIO
6+
documentation: UG
7+
---
8+
9+
# 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.

0 commit comments

Comments
 (0)