Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Help with a simple form

I need help with a very simple form. I have a glossary for my team defined
in Excel. I want to set up a form that will let them key in the first few
letters of either the acronym or the term itself and show all items in the
worksheet that start with those letters. As you key more letters, it refines
more. Kind of like the index function in Help.

Secondly, I want to set up an input form that a user would fill out that
would then save that information into a second spreadsheet (behind the look
up one). Then an administrator would review those entries regularly and add
the entries to the main glossary as appropriate.

Any help would be appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 692
Default Help with a simple form

You can try to use Conditional Formating.

Set a cell for user input.
Select all the cells in the glossary.
Go to
Format Conditional Format

Set 'Condition 1' to "Formula Is"
(Using R1C1 notation - change to this in Options)
=Find(R1C1,RC,1)=1
and set the format.

R1C1 is the cell for user input.

Now if any of the cells starts with whatever is in R1C1 ($A$1) it will take
on the format.

The input form is a little trickier. Send me a sample copy with details and
I'll try to do this for you.
(Beware - I am working on another project my response may be a little slow).


Remove "AYN" from email to respond

--
steveB

Remove "AYN" from email to respond
"rmcfarron" wrote in message
...
I need help with a very simple form. I have a glossary for my team defined
in Excel. I want to set up a form that will let them key in the first few
letters of either the acronym or the term itself and show all items in the
worksheet that start with those letters. As you key more letters, it
refines
more. Kind of like the index function in Help.

Secondly, I want to set up an input form that a user would fill out that
would then save that information into a second spreadsheet (behind the
look
up one). Then an administrator would review those entries regularly and
add
the entries to the main glossary as appropriate.

Any help would be appreciated.



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
Drop-down list on simple excel 2003 form using "form" from data me S Beals Excel Discussion (Misc queries) 0 March 2nd 10 08:35 PM
Help with a simple form rmcfarron Excel Discussion (Misc queries) 0 October 4th 05 03:59 PM
Help with a simple form rmcfarron Excel Discussion (Misc queries) 0 October 4th 05 03:59 PM
I need a simple PO form Whosyourdata Excel Discussion (Misc queries) 2 September 28th 05 01:27 AM
Simple form question Stuart[_21_] Excel Programming 3 May 9th 05 08:29 PM


All times are GMT +1. The time now is 09:47 PM.

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"