Excel Dumps Formula

Peter Lockwood

New Member
Joined
Mar 16, 2020
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Greetings All
Has Anyone Else hade Random Instances With Excel 365 Replacing Basic Formulas with a Text Value of "#VALUE"

this Happens on only one VBA Template but I totally Random

Hope you Can Shed light on this

Regards
Peter Lockwood
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
#VALUE! is a formula error caused by attempting to perform a mathematical operation on a text string which cannot be recognised as a valid number.
If you're seeing it as a text string in a cell then that would mean that something in your vba is converting formulas to values.
 
Upvote 0
Basic formula id the One Being Dumped
Formula in question Is IFERROR(ROUNDDOWN($AA10-($U10*$Y10)-($AB10*28)-($Z10*$U10),1),"")
prior to the Update No Issues
 
Upvote 0
The formula would generate #VALUE! if any of the cells contained a non-numeric string, but it should be suppressed by IFERROR.
Is there anything in the vba that manipulates the cell with the formula under specific conditions?
 
Upvote 0

Forum statistics

Threads
1,214,892
Messages
6,122,112
Members
449,066
Latest member
Andyg666

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