ajetrumpet
Banned for being rude
- Joined
- Apr 12, 2008
- Messages
- 569
- Office Version
- 365
- 2016
- 2007
- Platform
- Windows
Guys and Gals,
Can I use the following function result and change it to text?
the result of that function, for me, is this:
what I want to do with that literal outcome is plug into the next function, which is this:
So in the cell it looks like:
but I just get this as a result:
Is there a way to fix that problem? A text conversion function? I've looked through the help files but can't find what I need. thanks!
Can I use the following function result and change it to text?
Code:
=ADDRESS($C$23,2,,,"mysheet")
Code:
mysheet!$B$10
Code:
=MATCH($E$8,aboveResult:aboveResult)
Code:
=MATCH($E$8,$F$23:$F$24)
Code:
#N/A
Is there a way to fix that problem? A text conversion function? I've looked through the help files but can't find what I need. thanks!