Excel Question

For general computer discussion & help, come here

Moderators: Bakhtosh, EvilHomer3k

Post Reply
User avatar
Grifman
Posts: 21252
Joined: Wed Oct 13, 2004 7:17 pm

Excel Question

Post by Grifman »

I have 4 letters in a cell, AAAA and I want to add 9 periods to the end of that text so I used:

=(cell with AAAA)&"........."

This gives me AAAA......... in my cell with the formula

However, if I use LEN(this cell) it says I have only 8 characters. But I should have 13, the AAAA plus my 9 periods. Why isn't it giving me a length of 13? If it backspace to take the periods out, it takes out 3 at a time rather than one at a time. It seems like Excel isn't counting each period as one character which is what I want. Anyway to fix this?
Tolerance is the virtue of the man without convictions. – G.K. Chesterton
User avatar
stessier
Posts: 29838
Joined: Tue Dec 21, 2004 12:30 pm
Location: SC

Re: Excel Question

Post by stessier »

I think it is counting them as ellipses, which is kind of funny (because it is not happening to me).

Have you tried

=(cell with AAAA)&"."&"."&"."&"."&"."&"."&"."&"."&"."

Edit: Tried it in Excel 2013 and my solution works.
I require a reminder as to why raining arcane destruction is not an appropriate response to all of life's indignities. - Vaarsuvius
Global Steam Wishmaslist Tracking
Running____2014: 1300.55 miles____2015: 2036.13 miles____2016: 1012.75 miles____2017: 1105.82 miles____2018: 1318.91 miles__2019: 2000.00 miles
User avatar
Grifman
Posts: 21252
Joined: Wed Oct 13, 2004 7:17 pm

Re: Excel Question

Post by Grifman »

stessier wrote:I think it is counting them as ellipses, which is kind of funny (because it is not happening to me).

Have you tried

=(cell with AAAA)&"."&"."&"."&"."&"."&"."&"."&"."&"."

Edit: Tried it in Excel 2013 and my solution works.
Thanks, that's good idea, I'll try that.
Tolerance is the virtue of the man without convictions. – G.K. Chesterton
User avatar
Montag
Posts: 2813
Joined: Wed Nov 03, 2004 2:14 pm
Location: Indianapolis

Re: Excel Question

Post by Montag »

you can use the concatenate function as well
words
User avatar
jimbo
Posts: 372
Joined: Wed Oct 13, 2004 9:21 am
Location: you don't need to know my location

Re: Excel Question

Post by jimbo »

You could also remove the entry in your autocorrect settings for changing ... into ... (three periods into ellipsis)... probably.
User avatar
stessier
Posts: 29838
Joined: Tue Dec 21, 2004 12:30 pm
Location: SC

Re: Excel Question

Post by stessier »

Montag wrote:you can use the concatenate function as well
The & function is the same thing and uses less keystrokes than using concatenate (in this case anyway). :)
I require a reminder as to why raining arcane destruction is not an appropriate response to all of life's indignities. - Vaarsuvius
Global Steam Wishmaslist Tracking
Running____2014: 1300.55 miles____2015: 2036.13 miles____2016: 1012.75 miles____2017: 1105.82 miles____2018: 1318.91 miles__2019: 2000.00 miles
User avatar
Isgrimnur
Posts: 82241
Joined: Sun Oct 15, 2006 12:29 am
Location: Chookity pok
Contact:

Re: Excel Question

Post by Isgrimnur »

Something that I had to learn twice.
It's almost as if people are the problem.
User avatar
Kraken
Posts: 43765
Joined: Tue Oct 12, 2004 11:59 pm
Location: The Hub of the Universe
Contact:

Re: Excel Question

Post by Kraken »

Here's a weird one for you.

Wife's Win 10 laptop running Excel from Office 2007. When she double-clicks any Excel file, the program launches, but the file does not load. Choosing "Open" from the file button opens it without problems. AFAIK this behavior only affects Excel -- Word docs behave as expected when double-clicked.
User avatar
gilraen
Posts: 4317
Joined: Wed Sep 04, 2013 7:45 pm
Location: Broomfield, CO

Re: Excel Question

Post by gilraen »

User avatar
Kraken
Posts: 43765
Joined: Tue Oct 12, 2004 11:59 pm
Location: The Hub of the Universe
Contact:

Re: Excel Question

Post by Kraken »

Thanks, I'll have a look at that. I figured it's some obscure setting because everything is working fine otherwise.
User avatar
MonkeyFinger
Posts: 3223
Joined: Thu Dec 30, 2004 10:23 pm
Location: South of Denver, CO

Re: Excel Question

Post by MonkeyFinger »

Be curious if that works for you. I've got something similar with a work Windows 10 laptop and Excel in Office 2013 - sometimes a pinned file will open as a blank workbook. Thankfully it's pretty rare but still a bit of a head scratcher when it happens.
-mf
User avatar
Kraken
Posts: 43765
Joined: Tue Oct 12, 2004 11:59 pm
Location: The Hub of the Universe
Contact:

Re: Excel Question

Post by Kraken »

MonkeyFinger wrote: Wed Apr 04, 2018 8:59 am Be curious if that works for you. I've got something similar with a work Windows 10 laptop and Excel in Office 2013 - sometimes a pinned file will open as a blank workbook. Thankfully it's pretty rare but still a bit of a head scratcher when it happens.
It might be a few days before Wife's laptop is both home and not in use, and I remember to try it. :lol: But I will get to it eventually and will post my results.
User avatar
Kraken
Posts: 43765
Joined: Tue Oct 12, 2004 11:59 pm
Location: The Hub of the Universe
Contact:

Re: Excel Question

Post by Kraken »

gilraen wrote: Tue Apr 03, 2018 11:05 pm Uncheck Ignore DDE option if checked?
The box was indeed checked, and unchecking it did indeed fix the problem. Thanks!
User avatar
MonkeyFinger
Posts: 3223
Joined: Thu Dec 30, 2004 10:23 pm
Location: South of Denver, CO

Re: Excel Question

Post by MonkeyFinger »

Good to know. Sadly, mine came unchecked so that's not my fix. At least it's pretty rare...
-mf
Post Reply