in excel I need to get this to be a subscript in the output.
Basically I want all the numbers in the output to be subscripted
I have tried this code, and it is part of a large IF "loop"
B2=2
=(B2="","","C"&B2) = C2
Run Code Online (Sandbox Code Playgroud)
where I desire an output like this C_2 (any help to get an actual C subscript her in the question box and not C_2, when making the question, would also be helpful)
the formatting did not …