Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Partial editing of cell contents.

Hi,

I wouldn't let them anywhere near it because if you do it will end in tears!!

Lets say you 6 segment numbers are in column A. Protect that column so it
can't be altered. I think your number looks like this

123-456-789-986-654-321

Put this formula in (say) column C and drag down as required and once egain
ensure the column is protected.

=IF(B1="","",LEFT(A1,8)&B1&MID(A1,12,LEN(A1)))

Now let your people enter the new number in column B and you can apply data
validation to that column to ensure they input data of the correct length. As
soon as they populate column B then you get your new string in column C
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"Twinspar" wrote:

I am developing a spreadsheet to be distributed to numerous individuals for
updating and returned to me to be compiled. I have a column for account
number which consists of a 6-segment number, each segment separated by
hyphens. I need recipients to edit the middle two segments and return to me.
I want to create another column that duplicates the account number string
except for the middle two segments, and either highlight the segments to be
edited or mask the two segments to ensure correct number of digits are
entered for the segments. How can I accomplish this?
--
Twinspar

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Countif based of partial cell contents Tony S.[_2_] Excel Discussion (Misc queries) 3 July 10th 09 10:40 PM
concatenate contents of cells whose contents resemble cell referem cathyh Excel Worksheet Functions 3 May 23rd 09 12:16 PM
How to permit editing the contents of added row(cells) if previous row is protected? [email protected] Excel Discussion (Misc queries) 1 January 19th 09 10:57 PM
Sorting on partial Cell contents VBA EagleOne Excel Discussion (Misc queries) 2 November 21st 06 05:14 PM
Macro to remove contents of cell and move all other contents up one row adw223 Excel Discussion (Misc queries) 1 July 1st 05 03:57 PM


All times are GMT +1. The time now is 06:49 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"