F5F Stay Refreshed Software General Software Hey, how about checking how fast your Excel Find and Replace gets when you do it?

Hey, how about checking how fast your Excel Find and Replace gets when you do it?

Hey, how about checking how fast your Excel Find and Replace gets when you do it?

A
Aiischeee_Jr
Junior Member
37
08-15-2026, 05:14 AM
#1
I have a spreadsheet with around 320,000 cells. Those cells hold formulas like = 'R:\Basketball\[Ref Stats v8.xlsx]Analysis Data'!$t1465 I only link to external files on one sheet and all other sheets just use that data so they don't need their own links. It's pretty basic stuff. I am doing a find and replace on this sheet replacing Ref Stats v8.xlsx with Ref Stats v9.xlsx It has been going for 23 hours. When I used excel 2010 it took me six hours. My CPU usage is fine and my temps are okay. Should I worry about a problem, or is this normal behavior of excel 2016 when it takes so long to do find and replace?
A
Aiischeee_Jr
08-15-2026, 05:14 AM #1

I have a spreadsheet with around 320,000 cells. Those cells hold formulas like = 'R:\Basketball\[Ref Stats v8.xlsx]Analysis Data'!$t1465 I only link to external files on one sheet and all other sheets just use that data so they don't need their own links. It's pretty basic stuff. I am doing a find and replace on this sheet replacing Ref Stats v8.xlsx with Ref Stats v9.xlsx It has been going for 23 hours. When I used excel 2010 it took me six hours. My CPU usage is fine and my temps are okay. Should I worry about a problem, or is this normal behavior of excel 2016 when it takes so long to do find and replace?

R
RustyApple
Junior Member
13
08-20-2026, 11:21 PM
#2
It feels like I should stay on Excel 2010 because it's working fine. Why have you seen Excel 2016 acting so sluggish lately?
R
RustyApple
08-20-2026, 11:21 PM #2

It feels like I should stay on Excel 2010 because it's working fine. Why have you seen Excel 2016 acting so sluggish lately?

E
Ender_Craft47
Posting Freak
866
08-22-2026, 11:53 AM
#3
Hey there, I found a problem with your data setup. It's probably much worse than you think. You need to use a database instead of just Excel. Excel can do some database stuff, but it isn't actually one. The issue you mentioned is common when spreadsheets get too big. 320,000 cells is way too many. To fix this, you should move the data into an Access table or use Excel tables to act as the back end for your database. That might sound hard, but it depends on how messy your current files are. Most of those old "stats" spreadsheets have a lot of rules and complicated parts. These kinds of messes usually cause issues now. What's wrong with the way things are set up? Like, what about the rows and columns, and is everything staying consistent?
E
Ender_Craft47
08-22-2026, 11:53 AM #3

Hey there, I found a problem with your data setup. It's probably much worse than you think. You need to use a database instead of just Excel. Excel can do some database stuff, but it isn't actually one. The issue you mentioned is common when spreadsheets get too big. 320,000 cells is way too many. To fix this, you should move the data into an Access table or use Excel tables to act as the back end for your database. That might sound hard, but it depends on how messy your current files are. Most of those old "stats" spreadsheets have a lot of rules and complicated parts. These kinds of messes usually cause issues now. What's wrong with the way things are set up? Like, what about the rows and columns, and is everything staying consistent?

K
kitkat7650
Member
211
09-04-2026, 09:00 PM
#4
I plan to try exporting the file to a .csv format. I will then copy and paste that over to a Word document. It seems like using Word works better for my search and replace tasks than in Excel. Finally, I'll reverse the steps to bring it back into Excel. Just keep in mind, success isn't guaranteed here! -Wolf sends
K
kitkat7650
09-04-2026, 09:00 PM #4

I plan to try exporting the file to a .csv format. I will then copy and paste that over to a Word document. It seems like using Word works better for my search and replace tasks than in Excel. Finally, I'll reverse the steps to bring it back into Excel. Just keep in mind, success isn't guaranteed here! -Wolf sends

K
kcaz56
Senior Member
664
09-04-2026, 10:10 PM
#5
Yeah, it does seem pretty generaly slow in most things. Like opening files or doing calculations (I turned off that auto-calc thing so I don't get stuck), or saving stuff. But as @Ralston18 pointed out, maybe there are other reasons for this.
K
kcaz56
09-04-2026, 10:10 PM #5

Yeah, it does seem pretty generaly slow in most things. Like opening files or doing calculations (I turned off that auto-calc thing so I don't get stuck), or saving stuff. But as @Ralston18 pointed out, maybe there are other reasons for this.

M
Malv3ir0_
Member
207
Yesterday, 02:22 AM
#6
Sometimes I get lost where I am. I used to think my computer specs were part of my profile, so here are the details: an Intel Core i9-10940X at 4.1GHz, 32GB RAM in a Corsair H115i motherboard running on a W10 1809 LTSC system that's been patched to late 2021. I have two monitors with Office 2016 up to date, a Razer mouse and keyboard, and lots of extra gear like RAM sticks, fans, and switches for internet connections. Most stuff runs on 10Gbit networks.

I got tired of working in Access because it's hard to use now; I can't remember what the problems were back then. It seemed like the data was too big for that old tool, or maybe there were issues with connecting things using ODBC. Instead of trying those methods anymore, I'm making a new suite of spreadsheets. These are complicated calculations taking over nine years to make.

It's getting hard because figuring out how to turn Excel formulas into Cold Fusion code is tricky, even though it might be possible. Right now, we're in a big server shutdown for at least a few months, so I'll need to really work on this stuff soon. You said a single spreadsheet linked to an external file? No, every other sheet just uses that one as its main source, so there are no other outside connections.

I have set up the system to handle 2000 sessions, which is enough for about eleven years of data. In this workbook, each sheet gives different views of the same source data.
M
Malv3ir0_
Yesterday, 02:22 AM #6

Sometimes I get lost where I am. I used to think my computer specs were part of my profile, so here are the details: an Intel Core i9-10940X at 4.1GHz, 32GB RAM in a Corsair H115i motherboard running on a W10 1809 LTSC system that's been patched to late 2021. I have two monitors with Office 2016 up to date, a Razer mouse and keyboard, and lots of extra gear like RAM sticks, fans, and switches for internet connections. Most stuff runs on 10Gbit networks.

I got tired of working in Access because it's hard to use now; I can't remember what the problems were back then. It seemed like the data was too big for that old tool, or maybe there were issues with connecting things using ODBC. Instead of trying those methods anymore, I'm making a new suite of spreadsheets. These are complicated calculations taking over nine years to make.

It's getting hard because figuring out how to turn Excel formulas into Cold Fusion code is tricky, even though it might be possible. Right now, we're in a big server shutdown for at least a few months, so I'll need to really work on this stuff soon. You said a single spreadsheet linked to an external file? No, every other sheet just uses that one as its main source, so there are no other outside connections.

I have set up the system to handle 2000 sessions, which is enough for about eleven years of data. In this workbook, each sheet gives different views of the same source data.