Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
SMUDGER
 
Posts: n/a
Default How to constrain input to previous entries


Hello every body, i am fresh in this forum so please help me out.I have
a sales report with entries that starts with customer names, data about
the specific deal and name of the sales rep.

What i need to do, is constrain each repetative customer to his
corresponding sales rep.So there must be something that I can do do the
sales rep column in my report that will make the cell prohibit the entry
of a different sales rep to a customer who was previously entered in the
report in correspondance to a different sales rep ( you can tell some
foul-play is happening in my company ;) ).

thanx


--
SMUDGER
------------------------------------------------------------------------
SMUDGER's Profile: http://www.excelforum.com/member.php...o&userid=30670
View this thread: http://www.excelforum.com/showthread...hreadid=503289

  #2   Report Post  
Posted to microsoft.public.excel.newusers
Bernie Deitrick
 
Posts: n/a
Default How to constrain input to previous entries

Use a VLOOKUP formula in the cell, and lock the cell to prevent over-writing it.

The formula would be along the lines of:

=VLOOKUP(Cell with customer Name,Range with old data, Column number within range of sales rep data,
False)
like, this in cell B100:
=VLOOKUP(A100,$A$1:A99,2,False)
with customer names in column A, reps in column B.

HTH,
Bernie
MS Excel MVP


"SMUDGER" wrote in message
...

Hello every body, i am fresh in this forum so please help me out.I have
a sales report with entries that starts with customer names, data about
the specific deal and name of the sales rep.

What i need to do, is constrain each repetative customer to his
corresponding sales rep.So there must be something that I can do do the
sales rep column in my report that will make the cell prohibit the entry
of a different sales rep to a customer who was previously entered in the
report in correspondance to a different sales rep ( you can tell some
foul-play is happening in my company ;) ).

thanx


--
SMUDGER
------------------------------------------------------------------------
SMUDGER's Profile: http://www.excelforum.com/member.php...o&userid=30670
View this thread: http://www.excelforum.com/showthread...hreadid=503289



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
How can I avoid circular reference AND extra input maintchief New Users to Excel 3 November 10th 05 12:39 PM
input box Monty Excel Discussion (Misc queries) 2 October 7th 05 08:33 AM
Input Form vba help mdalzell Excel Discussion (Misc queries) 0 April 8th 05 03:57 PM
Match Last Occurrence of two numbers and Count to Previous Occurence Sam via OfficeKB.com Excel Worksheet Functions 33 April 4th 05 02:17 PM
input value in a cell when the previous cell is greater than 0 vinod New Users to Excel 1 December 2nd 04 06:15 PM


All times are GMT +1. The time now is 08:58 AM.

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

About Us

"It's about Microsoft Excel"