ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Why does link show as a formula (https://www.excelbanter.com/excel-discussion-misc-queries/173869-why-does-link-show-formula.html)

Victor Delta[_2_]

Why does link show as a formula
 
This is most odd. In one of my spreadsheets (using Excel 2002/XP) I have
links to copy numbers and text from another sheet. The number links work
fine.

However, whilst some of the text links work ok others do not and simply
appear as their formulae, for example:

='[Performance Report.xls]Performance'!$A$24

What is odd is that an absolutely identical link to the above does work ok
whereas two cells below it appears as above.

I have checked all the obvious things (e.g. that the 'show formulae' option
is not set) and copied the format of the 'working' cells to the 'unworking'
cells - all to no avail.

Has anyone any ideas what might be causing this and how to fix it please?

Thanks,

V


T. Valko

Why does link show as a formula
 
Try this:

Select the cell that is showing the formula
Goto the menu FormatCellsNumber tabGENERALOK
Hit function key F2
Hit ENTER

--
Biff
Microsoft Excel MVP


"Victor Delta" wrote in message
...
This is most odd. In one of my spreadsheets (using Excel 2002/XP) I have
links to copy numbers and text from another sheet. The number links work
fine.

However, whilst some of the text links work ok others do not and simply
appear as their formulae, for example:

='[Performance Report.xls]Performance'!$A$24

What is odd is that an absolutely identical link to the above does work ok
whereas two cells below it appears as above.

I have checked all the obvious things (e.g. that the 'show formulae'
option is not set) and copied the format of the 'working' cells to the
'unworking' cells - all to no avail.

Has anyone any ideas what might be causing this and how to fix it please?

Thanks,

V




Dave Peterson

Why does link show as a formula
 
If you're seeing the formula in just a few cells, try:

Select the cell
format it as general (or anything but text)
Hit F2 and then enter.

If you have lots of cells, select the range of offending cells
Format them all as General (or anything but text)
edit|replace
what: = (equal sign)
with: =
replace all



Victor Delta wrote:

This is most odd. In one of my spreadsheets (using Excel 2002/XP) I have
links to copy numbers and text from another sheet. The number links work
fine.

However, whilst some of the text links work ok others do not and simply
appear as their formulae, for example:

='[Performance Report.xls]Performance'!$A$24

What is odd is that an absolutely identical link to the above does work ok
whereas two cells below it appears as above.

I have checked all the obvious things (e.g. that the 'show formulae' option
is not set) and copied the format of the 'working' cells to the 'unworking'
cells - all to no avail.

Has anyone any ideas what might be causing this and how to fix it please?

Thanks,

V


--

Dave Peterson

Victor Delta[_2_]

Why does link show as a formula
 
"Dave Peterson" wrote in message
...
If you're seeing the formula in just a few cells, try:

Select the cell
format it as general (or anything but text)
Hit F2 and then enter.

If you have lots of cells, select the range of offending cells
Format them all as General (or anything but text)
edit|replace
what: = (equal sign)
with: =
replace all


Biff and Dave

Many thanks - you are stars! Your suggestions sorted the problem pronto!

Although, having never had this problem before, I'd be interested to know
what I did wrong this time and how your F2 solution works.

Thanks again,

V


Dave Peterson

Why does link show as a formula
 
The F2 tells excel that you want to edit the cell. Hitting enter tells excel
that you're done with the entry. You can do it this way for lots of cells, but
using the edit|replace technique tells excel that you want it to reevaluate your
entry.


Something changed the format of that cell--if it wasn't you, it was excel trying
to be helpful.

Saved from a previous post.

Excel likes to help.

Try this on a test worksheet.
Select A1 and hit ctrl-; (to put the date in the cell)
now select B1 and type: =a1

Notice that excel changed the format of B1 to match the format in A1.

Now format D1 as Text.
put ASDF in D1
put =D1 in E1
You see ASDF.

With E1 selected, hit the F2 key and then enter (to pretend that you're changing
the formula).

Excel has "helped" you by changing that cell's format to text.

I don't know of any way of changing this behavior.

I just select the cell, and reformat it to General (or whatever I wanted). I
hit F2 and then enter (to reenter that formula).

Sometimes this feature is nice, sometimes it ain't.



Victor Delta wrote:

"Dave Peterson" wrote in message
...
If you're seeing the formula in just a few cells, try:

Select the cell
format it as general (or anything but text)
Hit F2 and then enter.

If you have lots of cells, select the range of offending cells
Format them all as General (or anything but text)
edit|replace
what: = (equal sign)
with: =
replace all


Biff and Dave

Many thanks - you are stars! Your suggestions sorted the problem pronto!

Although, having never had this problem before, I'd be interested to know
what I did wrong this time and how your F2 solution works.

Thanks again,

V


--

Dave Peterson

David Biddulph[_2_]

Why does link show as a formula
 
The significant bit isn't the F2 as such; the important bit is changing the
cell format to anything but Text. F2 merely puts you in edit mode to let
you enter the formula again after you've got the cell format right.
--
David Biddulph

"Victor Delta" wrote in message
...
"Dave Peterson" wrote in message
...
If you're seeing the formula in just a few cells, try:

Select the cell
format it as general (or anything but text)
Hit F2 and then enter.

If you have lots of cells, select the range of offending cells
Format them all as General (or anything but text)
edit|replace
what: = (equal sign)
with: =
replace all


Biff and Dave

Many thanks - you are stars! Your suggestions sorted the problem pronto!

Although, having never had this problem before, I'd be interested to know
what I did wrong this time and how your F2 solution works.

Thanks again,

V




Victor Delta[_2_]

Why does link show as a formula
 
"David Biddulph" <groups [at] biddulph.org.uk wrote in message
...
The significant bit isn't the F2 as such; the important bit is changing
the cell format to anything but Text. F2 merely puts you in edit mode to
let you enter the formula again after you've got the cell format right.


Dave and David

Many thanks. One's always learning!

V


Dave Peterson

Why does link show as a formula
 
But making a change (or pretending to make a change via F2, then enter) is very
important.

Just changing the format of the cell from Text to General isn't enough to alter
the value in the cell.

David Biddulph wrote:

The significant bit isn't the F2 as such; the important bit is changing the
cell format to anything but Text. F2 merely puts you in edit mode to let
you enter the formula again after you've got the cell format right.
--
David Biddulph

"Victor Delta" wrote in message
...
"Dave Peterson" wrote in message
...
If you're seeing the formula in just a few cells, try:

Select the cell
format it as general (or anything but text)
Hit F2 and then enter.

If you have lots of cells, select the range of offending cells
Format them all as General (or anything but text)
edit|replace
what: = (equal sign)
with: =
replace all


Biff and Dave

Many thanks - you are stars! Your suggestions sorted the problem pronto!

Although, having never had this problem before, I'd be interested to know
what I did wrong this time and how your F2 solution works.

Thanks again,

V


--

Dave Peterson


All times are GMT +1. The time now is 12:19 AM.

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