Help!

Staring part of infornation in a columns

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Setup RSS
Next:  A dot instead of the number Zero 0  
Author Message
Redseeing
External


Since: Sep 24, 2009
Posts: 2



PostPosted: Thu Sep 24, 2009 5:55 am    Post subject: Staring part of infornation in a columns
Archived from groups: microsoft>public>excel>setup (more info?)

Hello, this is my problem. I have to send information with credit card
information. I need to star (****) out the middle 8 digits for security
reasons. I would do this manually but there are over 10, 000 card numbers.
Any help would be grateful.
Back to top
Dave Peterson
External


Since: Jul 08, 2005
Posts: 16046



PostPosted: Thu Sep 24, 2009 9:11 am    Post subject: Re: Staring part of infornation in a columns [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You could use a helper column with a formula like:

=left(a1,4)&rept("*",Cool&right(a1,4)

You may have to adjust the lengths to match the format of your data (depending
on the length of those credit card strings).

Then drag this formula down the column as far as you need.

Convert the formulas to values (edit|copy, edit|paste special|values)

And delete the original column of credit card numbers.

Make sure you delete that column--don't just hide it. Excel's security won't
stop anyone from looking at a hidden column.



Redseeing wrote:
>
> Hello, this is my problem. I have to send information with credit card
> information. I need to star (****) out the middle 8 digits for security
> reasons. I would do this manually but there are over 10, 000 card numbers.
> Any help would be grateful.

--

Dave Peterson
Back to top
Redseeing
External


Since: Sep 24, 2009
Posts: 2



PostPosted: Thu Sep 24, 2009 9:21 am    Post subject: Re: Staring part of infornation in a columns [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sorry for more questions but how would I make =LEFT(A1,4)&

REPT("*",Cool&RIGHT(A1,4)

Copy everything from A1:A10 to C1:C10?

"Dave Peterson" wrote:

> You could use a helper column with a formula like:
>
> =left(a1,4)&rept("*",Cool&right(a1,4)
>
> You may have to adjust the lengths to match the format of your data (depending
> on the length of those credit card strings).
>
> Then drag this formula down the column as far as you need.
>
> Convert the formulas to values (edit|copy, edit|paste special|values)
>
> And delete the original column of credit card numbers.
>
> Make sure you delete that column--don't just hide it. Excel's security won't
> stop anyone from looking at a hidden column.
>
>
>
> Redseeing wrote:
> >
> > Hello, this is my problem. I have to send information with credit card
> > information. I need to star (****) out the middle 8 digits for security
> > reasons. I would do this manually but there are over 10, 000 card numbers.
> > Any help would be grateful.
>
> --
>
> Dave Peterson
>
Back to top
Gord Dibben
External


Since: Feb 23, 2004
Posts: 9178



PostPosted: Thu Sep 24, 2009 10:35 am    Post subject: Re: Staring part of infornation in a columns [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Paste the formula Dave posted into C1

Copy the formula down to C10 by dragging the fill handle of C1


Gord Dibben MS Excel MVP

On Thu, 24 Sep 2009 09:21:03 -0700, Redseeing
<Redseeing.TakeThisOut@discussions.microsoft.com> wrote:

>Sorry for more questions but how would I make =LEFT(A1,4)&
>
>REPT("*",Cool&RIGHT(A1,4)
>
>Copy everything from A1:A10 to C1:C10?
>
>"Dave Peterson" wrote:
>
>> You could use a helper column with a formula like:
>>
>> =left(a1,4)&rept("*",Cool&right(a1,4)
>>
>> You may have to adjust the lengths to match the format of your data (depending
>> on the length of those credit card strings).
>>
>> Then drag this formula down the column as far as you need.
>>
>> Convert the formulas to values (edit|copy, edit|paste special|values)
>>
>> And delete the original column of credit card numbers.
>>
>> Make sure you delete that column--don't just hide it. Excel's security won't
>> stop anyone from looking at a hidden column.
>>
>>
>>
>> Redseeing wrote:
>> >
>> > Hello, this is my problem. I have to send information with credit card
>> > information. I need to star (****) out the middle 8 digits for security
>> > reasons. I would do this manually but there are over 10, 000 card numbers.
>> > Any help would be grateful.
>>
>> --
>>
>> Dave Peterson
>>
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Setup All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum