gheyman
Well-known Member
- Joined
- Nov 14, 2005
- Messages
- 2,347
- Office Version
- 365
- Platform
- Windows
I am using an indirect formula to pull data of other tabs. The tab names are compiled and placed on a tab through VBA code (pretty much a cut and paste)
My problem is that the formula is not calculating because what I am assuming is the format of the data in column B.
If I type over the data (exactly the same) the formula works. I know its not mispelling because the code is using a formula to pull the tab nam in.
Anyone run into this problem and came up with a solution?
=IF(ISERROR(INDIRECT($B2&"!U2")),"",INDIRECT($B2&"!U2"))
PS the format of the Text in Column B is "General" and yes I tried changing the format of the names to Text, Number......
Thanks for the help!
My problem is that the formula is not calculating because what I am assuming is the format of the data in column B.
If I type over the data (exactly the same) the formula works. I know its not mispelling because the code is using a formula to pull the tab nam in.
Anyone run into this problem and came up with a solution?
=IF(ISERROR(INDIRECT($B2&"!U2")),"",INDIRECT($B2&"!U2"))
PS the format of the Text in Column B is "General" and yes I tried changing the format of the names to Text, Number......
Thanks for the help!