LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
RagDyeR
 
Posts: n/a
Default

Don't know if I understand exactly what you're asking.

If the drop-down list was created using Data Validation, and you wish to be
able to by-pass the restrictions, select the cell (C12), then:

<Data <Validation <ErrorAlert tab,
And *UNCHECK*
"Show Error Alert" box.

If, on the other hand, you wish to be able to have a choice of either using
the drop down list, or another "box" (cell), you could try this formula,
where the "open box" is cell C11:

=IF(ISNA(MATCH(C12,$AA$7:$AA$34,0)),VLOOKUP(C11,$A A$7:$B$34,2,0),VLOOKUP(C12
,$AA$7:$AB$34,2,0))

This formula gives the preference to C12, meaning, if both C11 and C12 have
data, C12 will trigger the return.
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


wrote in message
.. .

=VLOOKUP(C12,$AA$7:$AB$34,2,FALSE)

Above is a function I have for columns C & D.
When I click on C12, a open Drop-down box opens, & I have to click on the
Down Arrow to bring up the list to pick from to get input to D12.
Is there a way to just input data into open box to get input to D12, instead
of scrolling down list, then selecting.
Hope this makes sense,
Thanx in advance.
peter-c.


 
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
vlookup data hidden within worksheet Excel Worksheet Functions 0 January 26th 05 12:09 PM
Vlookup info being used without vlookup table attached? Excel Worksheet Functions 0 January 25th 05 10:43 AM
VLOOKUP problem Jason Excel Worksheet Functions 2 January 14th 05 10:39 PM
VLOOKUP not working Scott Excel Worksheet Functions 3 November 12th 04 08:06 PM
Using Cell references in VLookUp JonWilson631 Excel Worksheet Functions 1 November 4th 04 02:49 AM


All times are GMT +1. The time now is 06:29 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"