formulas not returning value

tinkythomas

Active Member
Joined
Dec 13, 2006
Messages
432
Hi,

I have a workbook with several worksheets and considerable number of formulas, one worksheet has over 30,000 rows.

The problem is the formula isn't returning a value but the formula itself. Now I know this is due to data types, I can format the cell as general then hit F2, enter and the value is returned.

The problem is if I copy the formula down the result from the first cell is copied to all cells. I understandably don't want to format, F2 and enter on every cell!

Thanks
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Hello Chris

Highlight the column that contains the formulae, and format the whole column as 'General'.

With the column selected on the menu bar go Data > Text to columns > choose 'Delimited' and hit 'Finish'
 
Upvote 0
Try this:

Select all the cells.

Set format to General.

Edit > Replace, replace = with =
 
Upvote 0
Thanks for the replies, unfortunately both methods copied the first cells value to all other cells.

Any more ideas, thanks for your help so far.

N.B I did try forcing excel to calculate shift+F9 but this didn't help!
 
Last edited:
Upvote 0
Ok I finally solved this. Select the first cell, format as general then F2 and enter, copy formula down. This gives the same result as before but now when forcing re-calculate (shift+F9) the correct values are returned.

I would like to write a vba procedure to do this as part of a SAP data import routine. I'm having this problem every time data is imported from SAP (on a weekly basis).

Thanks for your help!
 
Upvote 0

Forum statistics

Threads
1,215,061
Messages
6,122,921
Members
449,094
Latest member
teemeren

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top