Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Nick Krill
 
Posts: n/a
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.misc
JMB
 
Posts: n/a
Default 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.

  #3   Report Post  
Posted to microsoft.public.excel.misc
JMB
 
Posts: n/a
Default 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.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Highlighted Reference Cell for a Working Cell Mr. Low Excel Worksheet Functions 0 June 22nd 06 04:27 PM
Cell references in formulas become text David E. Jones Excel Discussion (Misc queries) 3 November 4th 05 05:58 PM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Absolute cell references and subsequent problems. Pank Mehta Excel Discussion (Misc queries) 2 April 19th 05 11:38 AM
Syntax for inferred cell references donesquire Excel Worksheet Functions 4 April 4th 05 09:29 PM


All times are GMT +1. The time now is 11:51 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"