ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Cell references stopped working (https://www.excelbanter.com/excel-discussion-misc-queries/95870-cell-references-stopped-working.html)

Nick Krill

Cell references stopped working
 
Cell references have stopped working in my Excel sheets when they are
enclosed in parentheses such as in Sumif or Countif statements as in:

=SUMIF(L11:O11,"c11")

The reference to cell C11 remains lowercase and the program can't find the
referenced cell C11.

This is something that has just started as of this morning and no longer
work, even on existing spreadsheets that have made use of them for months.

JMB

Cell references stopped working
 
Enclosed in quotes, excel won't treat C11 as a cell reference, but literally
"c11"
Try:
=SUMIF(L11:O11,""&c11)


"Nick Krill" wrote:

Cell references have stopped working in my Excel sheets when they are
enclosed in parentheses such as in Sumif or Countif statements as in:

=SUMIF(L11:O11,"c11")

The reference to cell C11 remains lowercase and the program can't find the
referenced cell C11.

This is something that has just started as of this morning and no longer
work, even on existing spreadsheets that have made use of them for months.


JMB

Cell references stopped working
 
Never mind.. I did not see that you posted this question more than once and
it has already been addressed.



"Nick Krill" wrote:

Cell references have stopped working in my Excel sheets when they are
enclosed in parentheses such as in Sumif or Countif statements as in:

=SUMIF(L11:O11,"c11")

The reference to cell C11 remains lowercase and the program can't find the
referenced cell C11.

This is something that has just started as of this morning and no longer
work, even on existing spreadsheets that have made use of them for months.



All times are GMT +1. The time now is 04:29 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com