Ok. I have a formula filling down a column and I want to replace the formula if the initial formula errors (#VALUE) with an If statement?
If ActiveCell = "#VALUE" Then
ActiveCell.FormulaR1C1 = "=(RC[-16])"
Obviously it doesn't work like that. Inserting If(iserror( exceeds 7 IF(s). How do I replace a formula error to continue with a correct value using an alternate formula other than writing more code to look for these errors later?![]()
Any help will be appreciated and valued. Thank you in advance.
Mikeco
Bookmarks