ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
To Edit your own copy click File then Make a copy OR Copy and paste the formula in cell A3, and put a ticker symbol in cell A2
2
TSLA
3
#REF!
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
To remove the * symbol use this code
Use this formula to remove the * =MID(B4,2,LEN(B4)-2)
20
#VALUE!
If you also want to remove the percent or "B" you can then use the "right substring" like so: =LEFT(B1,LEN(B1)-2)
21
22
So Market cap would be
23
#VALUE!
24
#VALUE!
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100