Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Some cells on the worksheet will show the information in the referenced cell.
Others only show the statement. For example, if I enter ='log'!K5, that's exactly what appears in that cell, not the contents of the referenced cell. John |
#2
![]() |
|||
|
|||
![]()
Since you say that only *some* cells exhibit this problem, I would guess
that the "bad" cells were probably formatted as text,*before* you entered the formulas. If that's the case, you must change the formatting *and* re-register the formula in order to obtain a valid XL formula. Try this: Select a "bad" cell, Then <Ctrl <Shift < ~ Then <F2 Then <Enter What you did here, was Keyboard shortcut to "General" format Enter "Edit" mode Re-register formula. If you have a great many of these problem cells (formulas), you can select them all, Change the format en masse, <Ctrl <Shift < ~ Re-register en masse using, <Edit <Replace Find what = Replace with = <Replace All -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "Jay Mac" wrote in message ... Some cells on the worksheet will show the information in the referenced cell. Others only show the statement. For example, if I enter ='log'!K5, that's exactly what appears in that cell, not the contents of the referenced cell. John |
#3
![]() |
|||
|
|||
![]()
Try hitting F2 then Enter.
Tools, Options, Calculation, calculation: automatic Does F9 fix it Does CTRL+ALT+F9 fix it or Ctrl+Alt+Shift+F9 for Excel 2002 will rebuild all dependency trees check format of cells, if it is text that would do it select cell, format, cells, (see what you have for format if not General) If you have a space in front of = sign you will just see "formula" check the length of cell again what you see =LEN(A1) You might try TRIMALL macro in http://www.mvps.org/dmcritchie/excel/join.htm which is useful for a lot of screwups, including - changing between text and number or number and text without reentering, - removing extraneous spaces or Char(160) which is the Required Blank or non-breaking space especially if source was HTML which has --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "Jay Mac" wrote in message ... Some cells on the worksheet will show the information in the referenced cell. Others only show the statement. For example, if I enter ='log'!K5, that's exactly what appears in that cell, not the contents of the referenced cell. John |
#4
![]() |
|||
|
|||
![]()
Thanks, David and RD. I appreciate the help.
Jay Mac "David McRitchie" wrote: Try hitting F2 then Enter. Tools, Options, Calculation, calculation: automatic Does F9 fix it Does CTRL+ALT+F9 fix it or Ctrl+Alt+Shift+F9 for Excel 2002 will rebuild all dependency trees check format of cells, if it is text that would do it select cell, format, cells, (see what you have for format if not General) If you have a space in front of = sign you will just see "formula" check the length of cell again what you see =LEN(A1) You might try TRIMALL macro in http://www.mvps.org/dmcritchie/excel/join.htm which is useful for a lot of screwups, including - changing between text and number or number and text without reentering, - removing extraneous spaces or Char(160) which is the Required Blank or non-breaking space especially if source was HTML which has --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "Jay Mac" wrote in message ... Some cells on the worksheet will show the information in the referenced cell. Others only show the statement. For example, if I enter ='log'!K5, that's exactly what appears in that cell, not the contents of the referenced cell. John |
#5
![]() |
|||
|
|||
![]()
Good, of course knowing what the actual cause and solution was would
be even better feedback. But I know that each of the solutions have been used to solve a similar sounding problem. Sometimes in telling what the cause and solution turned out to be you get still more suggestions on avoiding the problem in the first place. --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "Jay Mac" wrote in message ... Thanks, David and RD. I appreciate the help. Jay Mac "David McRitchie" wrote: Try hitting F2 then Enter. Tools, Options, Calculation, calculation: automatic Does F9 fix it Does CTRL+ALT+F9 fix it or Ctrl+Alt+Shift+F9 for Excel 2002 will rebuild all dependency trees check format of cells, if it is text that would do it select cell, format, cells, (see what you have for format if not General) If you have a space in front of = sign you will just see "formula" check the length of cell again what you see =LEN(A1) You might try TRIMALL macro in http://www.mvps.org/dmcritchie/excel/join.htm which is useful for a lot of screwups, including - changing between text and number or number and text without reentering, - removing extraneous spaces or Char(160) which is the Required Blank or non-breaking space especially if source was HTML which has --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "Jay Mac" wrote in message ... Some cells on the worksheet will show the information in the referenced cell. Others only show the statement. For example, if I enter ='log'!K5, that's exactly what appears in that cell, not the contents of the referenced cell. John |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I link a picture to a text cell | Excel Discussion (Misc queries) | |||
Can I use the contents of a cell to satisfy the result_vector arg. | Excel Worksheet Functions | |||
Link the value to text in a cell, then use that text cell in a for | Excel Worksheet Functions | |||
Display actual contents of cell | Excel Discussion (Misc queries) | |||
I am trying to link based on a text value instead of cell position | Links and Linking in Excel |