Excel - Convert lowercase to uppercase

Robocopp Posted messages 164 Registration date   Status Member Last intervention   -  
 christophe -
Hello,
I am using Excel 2010, and I have the following problem: I need to copy entire columns from files that are often in lowercase and paste them into another workbook "passe partout" which allows me to standardize my presentation. The issue is that in the "passe partout" workbook, all columns must be in uppercase.
I would like to know if there is a trick to make this change happen automatically when I "paste" into the "passe partout".
I fear in advance that I will have to use a macro, but then that would be the real challenge because I barely know it exists, let alone how to use it.
If it cannot be avoided (the macro), I would need help step by step to set up and use this kind of tool. Who knows, maybe I'll finally get around to it. That would elevate my level, which is very easy, and then I could embrace rather than avoid (the macro).
Thank you in advance for your help.
Best regards

From humility, respect, and sharing, strength is born.

9 answers

  1. PHILOU10120 Posted messages 6463 Registration date   Status Contributor Last intervention   835
     
    Hello

    =UPPER(A1) converts the text in A1 to uppercase
    =LOWER(A1) converts the text in A1 to lowercase
    14
    1. Robocopp Posted messages 164 Registration date   Status Member Last intervention   2
       
      Thank you PHILOU10120 for your response.
      As I was saying to Pijaku, I know these functions, in fact, I'm looking to save time by not having to transform everything column by column. To save time, I would like to copy a column as is (lowercase and uppercase mixed) and have everything automatically converted to uppercase when pasting into the second workbook, which is why I was talking about a macro, an area in which I can't be more ignorant than I am in this case.
      Best regards
      --
      From humility, respect, and sharing arises strength.
      0
    2. bernina
       
      thank you
      0
    3. christophe
       
      Simple but effective information. Thank you very much.
      0