+ Reply to Thread
Results 1 to 12 of 12

Case Sensitive Pivot Table

  1. #1
    Registered User
    Join Date
    02-27-2018
    Location
    KCMO USA
    MS-Off Ver
    2013
    Posts
    3

    Case Sensitive Pivot Table

    I'm in the process of creating a database of contacts for my department, and I like the functionality of pivot tables, but there is one big issue. when the usernames and passwords were set up for the various accounts involved, they were made somewhat haphazardly. Many of the usernames and passwords vary only in Case, but because of the way pivot tables look at case (or rather, don't look at case) it overrides the case in the database with one higher up the chain. for example, company a has a password of Aaaaab, but company b's password is aaaaab. When this flows through to the pivot table, company b's password is overwritten with that of company a.
    company password
    A Aaaaab
    B aaaaab
    becomes
    company password
    A Aaaaab
    B Aaaaab

    Is there anything that can be done to correct this issue, or am I SOL?

    Worth noting is that, while i'm experienced with excel on a function level, I've done very little with VBA and macros. I'm not completely clueless, but this issue is way out of my league.
    Last edited by wolfratt49; 02-27-2018 at 12:41 PM.

  2. #2
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Case Sensitive Pivot Table

    so maybe try PowerQuery - it's case sensitive

  3. #3
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,913

    Re: Case Sensitive Pivot Table

    It really depends on what patterns exist in your password column.

    One way to avoid case insensitivity issue is to add helper column to source data.
    Where you add singe space character when certain condition(s) are met.

    In your example something like...
    =IF(EXACT(LEFT([@Password],1),UPPER(LEFT([@Password],1))),[@Password],[@Password]&" ")

    See attached.

    FYI - PowerQuery is case sensitive, but not when it's loaded to Pivot... It's annoying quirk in pivot/data model.
    Attached Files Attached Files
    ?Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something.?
    ― Robert A. Heinlein

  4. #4
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Case Sensitive Pivot Table

    If you do good work with PowerQuery you don't need PivotTable

  5. #5
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,913

    Re: Case Sensitive Pivot Table

    If you want to look at different dimensions and quickly summarize data using measures. Pivot is a must

    But yes, for static summary PowerQuery does well enough.

  6. #6
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Case Sensitive Pivot Table

    We both don't really know what OP tryin' to achieve, so I will stay with my opinion (but I am open for your way too )

  7. #7
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,913

    Re: Case Sensitive Pivot Table

    Oh, if there are more than simple first character upper vs. lower pattern...

    You can create helper column that concatenates company with Password (as this should produce unique result and context).

  8. #8
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Case Sensitive Pivot Table

    Right, but for now I see text only (post#1) so I'll wait for more info.

  9. #9
    Registered User
    Join Date
    02-27-2018
    Location
    KCMO USA
    MS-Off Ver
    2013
    Posts
    3

    Re: Case Sensitive Pivot Table

    Part of the issue arises from the randomness of the case differences. I think I may have to do the space thing, which sucks because i'm trying to make this thing idiot resistant so people can copy/paste passwords. But I will if I have to. Looking into power query, is it an add on for excel, or a stand alone program?

  10. #10
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Case Sensitive Pivot Table

    PQ is add-in for Ex2010, 2013 or built-in for Ex2016, 365 (Pro Plus for all)

  11. #11
    Registered User
    Join Date
    02-27-2018
    Location
    KCMO USA
    MS-Off Ver
    2013
    Posts
    3

    Re: Case Sensitive Pivot Table

    I'll have to persuade my boss to let me try it. Thanks for your help, i'll let you know if I get it sorted

  12. #12
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Case Sensitive Pivot Table

    You are welcome

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to get case sensitive validation from list in a table?
    By dk9000 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 08-20-2015, 07:40 PM
  2. [SOLVED] Group in Pivot by Case sensitive -how to do
    By vinaynaran in forum Excel General
    Replies: 1
    Last Post: 10-09-2013, 10:45 AM
  3. Pivot Table Macro - Data Source Worksheet name date sensitive
    By Stephen1983 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-23-2013, 12:18 PM
  4. Pivot Table Macro - Data Source Worksheet name date sensitive
    By Stephen1983 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-23-2013, 11:47 AM
  5. [SOLVED] SUMPRODUCT Or SUMIF - In case of Case sensitive???
    By lifeisaspreadsheet in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-28-2012, 07:57 AM
  6. Case sensitive on Pivot Table
    By belkaw in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-27-2011, 08:42 AM
  7. [SOLVED] How do I make a Pivot Case sensitive?
    By Green Chameleon in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-21-2006, 09:20 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1