Chris Macro
Well-known Member
- Joined
- Nov 2, 2011
- Messages
- 1,345
- Office Version
-
- 365
- Platform
-
- Windows
I am creating a single graph that will be reading all sorts of data based on the users selection (ie $, %, integers, etc). So I was going to use the Text() function to make my formats variable (I type in the format for each data set and link that to the TEXT function). It formats my numbers correctly, however nothing is showing up on my graph (looks as if everything is 0). I'm guessing you can't graph numbers as text? Any thoughts on a workaround for this problem?
Simplified Example of what I am doing:
D21 = 3.9
B21 = #0.00
Simplified Example of what I am doing:
D21 = 3.9
B21 = #0.00
Code:
=TEXT(D21,B21)