Does too many IF functions overload the spreadsheet ?

Aitch

Board Regular
Joined
Jan 27, 2019
Messages
119
Office Version
  1. 2010
Platform
  1. Windows
I'm working on an old spreadsheet that somebody else put together - they used "" in place of zero which means whenever the "" is used in a calculation, I end up with an error!

I thought an easy fix would be to use an IF function to replace the "" with a zero as in IF(A1="",0,A1)

However, this needs to be copied over to thousands of cells...

Will the addition of this many IF functions make the whole sheet sluggish to work with... or will it barely make any difference at all?

Thanks for any advice!
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Maybe find and replace "" with 0 instead?
I suspect that an incorrectly written calculation is more the problem though. Using "" is normal practice and most people use it without problems.
 
Upvote 0
Replacing was my original thought - but it seems to break the formulas... which I was hoping to avoid redoing lol

Is there any way to get Excel to view all "" as zero?
 
Upvote 0
Without seeing some examples of the formulas there is no correct answer to this, there is rarely a 'one fits all' method even for what you might think is a very simple task.
 
Upvote 0

Forum statistics

Threads
1,214,400
Messages
6,119,289
Members
448,885
Latest member
LokiSonic

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