Get instant live expert help on How do I subscript on excel

“My Excelchat expert helped me in less than 20 minutes, saving me what would have been 5 hours of work!”

Post your problem and you’ll get expert help in seconds.

Our professional experts are available now. Your privacy is guaranteed.

Here are some problems that our users have asked and received explanations on

Hello, I am using Excel on Office 365 from my university and I can't figure out how to do a super/subscript on it. I have a macbook from 2015 and don't know how I'd "right click" in order to open the "font" section... Please help
Solved by C. U. in 14 mins
I have a vba error. Subscript out of range Sheets("Harvest Data").Range("A2:N10000").ClearContents
Solved by F. Y. in 14 mins
How do I input a subscript, like x₁? I know I can do it via the Font dialogue box, but I heard that Control + Equal should also work. Doesn't work for me in Windows 10 / Excel 2016 though.
Solved by V. J. in 25 mins
Hi, I am calling an excel sheet from matlab, and while i have the sheet open it is running a macro. This macro then tries to activate other workbooks, but is getting a subscript out of range error because it only knows about this excel sheet. When I open the excel sheet manually and run the macro it works fine. I can't figure out a way to fix this - we basically need to make the excel sheet called from matlab aware of other workbooks.
Solved by Z. Y. in 26 mins
I am trying to copy a range of cells, rows from one worksheet to another including the formatting and values. The code below is my latest attempt that is getting a subscript error. :( Dim SourceRange As Range Dim DestinationRange As Range Set SourceRange = Worksheets("ws1_ICE").Range("A1:J7") Set DestinationRange = Worksheets("ws2_TCO").Range("A1") SourceRange.Copy DestinationRange DestinationRange.PasteSpecial Paste:=xlPasteFormats DestinationRange.PasteSpecial Paste:=xlPasteValues
Solved by Z. B. in 30 mins