Count #BUSY! errors

mookyon

New Member
Joined
Dec 23, 2021
Messages
35
Office Version
  1. 365
Platform
  1. Windows
Hi,
I wish to count and display a gage for progress of resolving an area with many potential #BUSY! errors.

Neither the SUMPRODUCT method (w\ --IFERROR), nor the AGREGATE function (with the ignore option equals 6) worked.

Can anyone think of a way to count the number of such errors?

THX
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Something like
Excel Formula:
=SUMPRODUCT(--ISERROR(a1:a10))
 
Upvote 0
If you have that error in a cell, A1, say, what does =TYPE(A1) return ?
IFERROR is something else altogether
 
Upvote 0
Welcome again arthurbr.
TYPE replicate the error. I.e., =TYPE(STOCKHISTORY("IBM",DATE(2020,1,3),,0,0)) will generate #BUSY! error while processing, and will retrun 1 upon comletion of retrieval (following re-calculation). Retrival of a large region might take hours...

Note as well, the error display is alternating a number of times per minute between #BUSY! and #CALC!, but this #CALC! is not similar to the permanent #CALC! error (where TYPE returns 16).

Note as well the ERROR.TYPE Function fails as well whenever a cell with #BUSY! error is passed as an argument.

THX!
 
Upvote 0

Forum statistics

Threads
1,215,353
Messages
6,124,458
Members
449,161
Latest member
NHOJ

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