Change / Mask Client Sensitive Data

Nov 28, 2013

I have a long list of data (around 10,000 rows) with one column Client Sensitive (Column A see below) that needs to be changed before using in a pivot so the client won't see this data.

At the moment I'm using a formula but happy to use VBA for this as the rest of the report updates with VBA.

The formula that works but takes far too long is
=IF(COUNTIF($A$1:$A2,$A2)>1,VLOOKUP($A2,$A:$R,18,FALSE),MAX($R$1:$R1)+1)
Where column A is the sensitve data (and the unique identifier) and column R is the column the formula is entered.

The below is what I want, the column R I now use in a pivot to get the results I want then I can hide that column and delete Column A so no Client Sensitve data is with the spreadsheet.

However as I've said it takes far too long to calculate down 10,000 rows..

Column A
Column R

A12345
1

[Code] .....

View 4 Replies


ADVERTISEMENT

How To Retrieve Client Information By Client ID In Particular Cell

Oct 1, 2013

How to retrieve client profile by typing client id in a particular cell ??

i.e. if Client ID is OD001 .... is it possible to get the details of that client by typing OD001SS which i have created on another work sheet ??

View 9 Replies View Related

Data Consolidate - How To Maintain Case Sensitive Data After Merging Cells

Dec 8, 2013

I'm looking for a way of keeping case sensitive data in a range of cells, before using Data Consolidate, which when merged afterwards, Consolidate removes the case sensitivity and combines the quantities into one.

Check out this simple table as an example >

A
B
C
D
E
F
G
H

1
TEXT
QTY
TEXT
QTY
TEXT
QTY
TEXT
QTY

2
and
3
and
2
and
10
and
5

[Code] .........

Cells A1-B7 and C1-D7 are two sets of original data, before consolidation.

Cells E1-F4 are the result of applying a Data Consolidate operation to the A1-B7 and C1-D7 ranges - note how the merged result ignores the case sensitive condition in the original ranges.

Cells G1-H7 is the post-consolidation result that I'm looking for, where the original text case is maintained.

View 3 Replies View Related

How To Create Mask (Userform) To Insert Data

Aug 17, 2013

I have a simple table with these column: Name, Surname, Address, Date of Birth, etc.

I would like to create a button which open a mask to insert the above data "automatically" in the table/columns.

I tried playing, being able to create the mask UI, but it doesn't work: the command "OK" doesn't insert the data. I am sure it is a stupid thing, but I can't sort it out.

View 3 Replies View Related

SQL Connections (take The Value Of A Certain Cell (client Number) And Set Another Cell To Be The Name Of The Client)

Aug 17, 2009

I'm trying to do here is take the value of a certain cell (client number) and set another cell to be the name of the client. For example if I were client number 100 and my company name was Holman Inc the user should be able to enter 100 and Holman Inc would populate itself in the next field.

View 2 Replies View Related

Mask In User Form

Oct 16, 2007

I have a user form with 2 textboxes (used as parameters for an ODBC query). The entry should be a period, as yyyymm. How can I check, for instance when clicking the Ok button after entry, that both textboxes are of the "000000" format and the last 2 numbers are between 01 and 12?

View 9 Replies View Related

Display In The Input Box As A Mask

Feb 24, 2010

I would like to have some kind of input mask on my input boxes, the input box is for currency IN GBP (£)

The program itself obviously has no use for the £ sign, but I would like it to display in the input box as a mask.

Is this possible?

I should mention I am using:


Application.InputBox

View 9 Replies View Related

Creating A Time Mask

Aug 4, 2006

I need the users to be able to enter the time using either a . or a colon :,

So: 13:30 would give 13:30 and 13.30 would give 13:30. They have end up in time format too since I will be performing calculations on them. When that decimal place is entered I would like it to be turned into a dot

View 3 Replies View Related

Time Mask For Thousands Of Hours

Feb 13, 2009

Basically I want to be able to type a number and have a colon inserted two spaces to the left. So 123 would become 1:23, 1234 would be 12:34 and 12345 would be 123:45.

I'm working with anywhere from one to several thousand hours in a spreadsheet. I'd like to be able to use a time mask like this:

View 6 Replies View Related

Mask Password Input Or Entry

Oct 31, 2006

how can i show asterixes instead of the input data as it is being typed in a cell? somewhat like a password box...

View 6 Replies View Related

Applying Mask For Date Entries

Jan 24, 2007

I'd like to enter dates without having to use the forward slash symbol between the day, month and year values. I've read a post by Dave Hawley explaing how to do it, but I can't get it to work for me. There must be some step that I am not aware of.

View 9 Replies View Related

Mask Times Entered Into Range

Oct 9, 2007

Want to enter 6 digits for each cell in a range of cells with VBA mask change to time format hh:mm:ss for each cell when entered. Code below does this for hours and minutes but I haven't been successful in modifying to work including seconds.

Private Sub Worksheet_Change(ByVal Target As Range)
Dim vVal
If Target.Cells.Count > 1 Then Exit Sub
If Intersect(Target, Range("A1:A100")) Is Nothing Then Exit Sub

With Target

vVal = Format(.Value, "0000")
If IsNumeric(vVal) And Len(vVal) = 4 Then
Application.EnableEvents = False
.Value = Left(vVal, 2) & ":" & Right(vVal, 2)
.NumberFormat = "[h]:mm"
End If
End With

Application.EnableEvents = True

End Sub

View 3 Replies View Related

Easy Time Entry Mask

Apr 25, 2008

I have entered VBA code and tested it with success. If I then save & close the excel file and then re-open it, the mask time entry is not saved (time does not appear correctly after input) and per instructions I have designated (and am using) the cell input range.

View 9 Replies View Related

Disguise/Mask Cell Contents

May 22, 2008

I’m trying to write a VBA script to create disguised prices in an empty column “A” by extracting, and adding additional random generated characters (alpha, numeric, extended character set) from adjacent column “B” to create a scrambled price sheet.

Example Data: (2 columns and 5 rows)

Column A = newly scrambled prices. Column B = product prices.

Input: Column B = $13.95, $5.99, $4.00, $12.50, $10.10

Output: Column A = XCP1D3-VG9S5T.1L1, HUI0F5-SJ9W9X.9A6, RTJ0K4-JM0D0Z.4B4, KET1S2-AK5G0B.3M2, DLE1S0-QK1G0M.0C0...................

View 2 Replies View Related

How To Populate Client Name Next To The Total

Jun 11, 2013

I have an excel file from a data dump. I need to populate the client name next to the total. There is no unifomed lines between the different client files. The file has over 12,000 lines I am in need of a formula to poplulate the blank cell. See attached file.

View 2 Replies View Related

Case Sensitive Sorting

Jun 8, 2009

I have been battling with excel for weeks now trying to get some data to display the way I want it to.

The plan is to enter (into individual cells) some letters, some lower case, some upper case ie, A A a A a C d. Some of these will be displayed together in another cell like this: AAaA, AaCd. My problem is that I want them all to be displayed Upper case letters first, lower case second like this: AAAa, ACad. No amount of my inexperienced fumbling with excel's tools has worked so far.

I am playing around with a table for genetics so if my results in a cell are aAbBCcdD, I need it to display: AaBbCcDd. Is it possible?

View 14 Replies View Related

Email From Default Client

Feb 3, 2010

to send a single email from a list if addresses from cells in a single column...i have figured out the code to add the range of addresses but my only problem is that with this code it uses outlook...my default email is gmail and i can send email from single cells this way, however when i run the code it opens it in outlook..i do not now how to change the code i have to open gmail instead of outlook..

View 15 Replies View Related

Client Search On Two Documents

Apr 17, 2012

I have been sent a document of clients names that I need to check against our own, is there a way on excel in which I can see if there are any matchers between our client list and the one I have been sent. It is for security purposes.

I do not fancy Ctrl - F 4000 client names

View 2 Replies View Related

Case Sensitive Counts

Jul 1, 2006

I have a spreadsheet which I use to count the occurrences of a value against a range. Basically if the value is uppercase I count as 1 and for lowercase 0.5

This spreadsheet is used as a holiday chart and I have previously used the formula below however, for some reason it no longer works. Not even if I change the lookup value.

The exact function takes a single cell as its value but I have a spreadsheet which allows a range. Although I cannot change it….

=SUM(IF(EXACT(B1:AF99, "LB"),1))+SUM(IF(EXACT(B1:AF99, "lb"),0.5))

View 3 Replies View Related

Create A Custom Mask That Will Always Put A / At The Start Of Each Cell

Feb 19, 2010

how I can create a custom mask that will always put a / at the start of each cell in column C. So basically when I enter a number in, say 350, the mask will automatically put a / in front of it - /350 or even better /space350. The only issue is that the number will change in length a little, so not sure if this is a problem or not.

View 4 Replies View Related

Excel 2007 :: Mask Certain Characters In A String

Jul 11, 2013

Is there a formula that I can put in AI that will mask the text character from text position 3 through the 2nd to last text position of each business name in AH? Where in the heck do you find XLGenie in the Excel 2007 ribbon? I have it installed and its in my addins list, yet nowhere to be found in the ribbon!

AH

13
ABC Rental

14
Professional Tool Service

15
Wonder Plumbing

16
Jim's Bar & Grill

17
Bobs Hair Salon

View 2 Replies View Related

Generate Subnet, Router, Mask And Broadcast From IP.

May 18, 2009

I've got a list of 300 IP addresses in Column A.

I want a formula which will return the router, mask and broadcast IP

Eg. If i have 192.168.1.129, the result are:

router = 192.168.1.1
mask = 255.255.255.0
broadcast = 192.168.1.255

View 9 Replies View Related

VBA To Create New Client Worksheet As Added

Feb 1, 2014

I have a workbook to track clients served. The first sheet has all of the data entered into it. The name, age, demographics, services. The second sheet is a template of the individual client's pages, summarizing their information and services received. I want to code the sheet so that once a new client is entered into the table on sheet 1, the template will automatically be copied to the end, renamed, and the basic data for the new client will be pasted into the new sheet.

I've been working on this project and done a ton of googling. And also am very new to VBA. I have found a solution that works:

VB:
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address = "$B$2" Then
Sheets(2).Copy After:=Sheets(Sheets.Count)

[Code]....

But I really don't want to do 50 "else" clauses for each line where there could be a new client. So I was thinking, if i could find a way to do a relative reference, such that it selects the cells to copy relative to the one that was changed within the range of that column, then I would only need one "if" statement. Is that possible? Is there some way to change the "B3" in target_address to "any cell in column B" and then range "A3" a few lines down would somehow be "1 cell left of the one changed" and the range "A3:K3" to copy would be "1 left:9 right" of the one changed. I know this may be impossible or just not how VBA language works, but I thought it'd be a lot easier than 50 repititions of if..then...else....

View 2 Replies View Related

Getting Average Revenue Per Client By Month?

Jun 26, 2014

I have sales data for Clients that has the client name month and year(combined for date) and revenue for each month. I would like to take all clients in a given month and see the average revenue per client and then be able to display that in a bar chart by month. I also have the data loaded into a PowerPivot Data Model.

View 1 Replies View Related

Font Color Sensitive SUMIF

Apr 19, 2012

-I have two columns
-In column "A" are listed values in black and red font color
-I need a SUM of values inside of column "B" where in the same row in column "A" value is written in red color.

Example:
AB15,00060,0000Result:35,00070,000068,000025,000050,00002,00008,00006,000018,0000

How to make this automatically at larger tables?

View 9 Replies View Related

Making This Macro Non Case-sensitive

Dec 17, 2007

in making this macro non case-sensitive. So when a user searches a company name in the worksheet they do not require to type in the company name exactly as it appears.

For example; when searching Microsoft they can type "microsoft" and the macro would take the user to Microsoft.

I would also like to know if it is possible to add a feature that keeps the search dialogue open so the user can search the next possible match. If the user was to type in "mirco" and the search would show the user any company name with the word micro in it.

Sub Button3_Click()

Dim datatoFind
Dim sheetCount As Integer
Dim counter As Integer
Dim currentSheet As Integer

View 9 Replies View Related

Substitute Function Non-case Sensitive

Nov 2, 2006

is it possible to make a SUBSTITUTE finction non- case sensitive?

For example I want to replace all letters "e" and "E" in a cell.

View 3 Replies View Related

Vba - Context Sensitive Auto-complete

Jan 16, 2007

I had to crash Excel because it had got itself into a pickle - run out of memory or something anyway it was chasing itself up it's own backside.

I rebooted to restore memory and ever since then my Context sensitive auto complete on VB statements, subroutines and functions has vanished and I can't figure out how to get it back.

How to restore this as I have some seriously complicated routines that are MUCH slower to code if I don't have this option.

View 9 Replies View Related

Case Sensitive Conditional Formatting ...

Aug 12, 2007

I have recently taken on the task of creating a large protected program (without macros) that automatically updates a PowerPoint presentation. I created corresponding workbooks for each sheet in the original (master) workbook. The corresponding workbooks are then used to paste object into the power point presentation. The only problem is it will not update format (text color) changes into the corresponding workbook. I have solved half the problem with conditional formatting, but I want to conditionally format the color of text to two different colors blue if Aa and Red if all CAPS. how to differentiate between Standard word and All CAPS in the conditional formatting.

View 7 Replies View Related

Object Invoked Disconnected From Client

Sep 21, 2007

I seem to be coming on here every day at the moment! Someone helped me with this code, it works great apart from 1 error, which stops the script. The lines that appear when i select debug are in italic / bold. The error message appearing is:

"Object invoked has disconnect from its client" or something very similar.

'Define variables.
Dim lngRowPasteTo As Long
Dim codelive, codeclosed, codeassigned, vLookFor As String

'Set variables
vLookFor = "Closed"
codelive = "gio1"
codeclosed = "gio2"
codeassigned = "gio3"

Worksheets("Live").Unprotect Password:=codelive
Worksheets("Closed").Unprotect Password:=codeclosed
Application. ScreenUpdating = False
MsgBox ("Moving Claims...")
'Ensure the 'Live' tab is selected (active).
Sheets("Live").Select

'Remove any existing AutoFilters.
ActiveSheet.AutoFilterMode = False

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved