Add-In function call causes Inconsistent Calculated Formula Error (Green Triangle)

pizzaboy

Board Regular
Joined
Mar 23, 2015
Messages
56
Office Version
  1. 2019
Platform
  1. Windows
I'm making a call to a public function declared inside a referenced Add-In.

The function works fine, but I'm getting the dreaded green triangle for the all the cells in the column of my table.

The option to "Restore to Calculated Column Formula" or simply re-inputting the formula removes the green triangle, but restarting the Workbook restores them...

Is there a way to correct this without disabling the option in the Error checking options - I rather like to be notified where a cell value in a column is different to the other values.


Any help would be greatly appreciated.

Cheers
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Absolutely a good idea to disable "error" checking. That is a misnomer, IMHO. They are warnings, not "errors". And as you discovered, more often than not, they flag benign intentional design decisions.

However, the detailed navigation instructions might differ from one Excel version to another. The following applies to Excel 2010.

Click Files > Options > Formulas. Deselect "Enable background error checking" by removing the checkmark. Also click Reset Ignored Errors in order to remove all such warnings. Finally, click OK. Then save the workbook.

I believe this options change will apply to all workbooks that opened in the future. However, I believe you will need to click Reset Ignored Errors in order to remove pre-existing warnings. (TBD)
 
Last edited:
Upvote 0
Did I miss something?

I was rather wondering if there was a VBA fix. like moving the function somewhere else. :LOL:

Is there a way to correct this without disabling the option in the Error checking options - I rather like to be notified where a cell value in a column is different to the other values.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,066
Messages
6,122,948
Members
449,095
Latest member
nmaske

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