Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 846
Default Dynamic Dropdown Part II

Here is the problem.

Product XX - can either be fixed or flexible - and can be approved or not
approved

I have the dynamic dropdown working matching for either

Product XX to the fixed or flexible
or
Product XX to the approved or not approved

is there a good way to only show Product XX (either fixed or flexible) when
it is approved.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 846
Default Dynamic Dropdown Part II

Don't know if this is the right way to go - comments would be appreciated

=if((and(C4=""),(C8="")),product2,
if(C8<"",offset(indirect(C8),0,0,counta(indirect( C8&"COL")),1),
C4<"",offset(indirect(C4),0,0,counta(indirect(C4& "COL")),1))

Is this anywhere close??

Where C8 has the state dropdown information
C4 has the fixed flexible dropdown information.



"Brad" wrote:

Here is the problem.

Product XX - can either be fixed or flexible - and can be approved or not
approved

I have the dynamic dropdown working matching for either

Product XX to the fixed or flexible
or
Product XX to the approved or not approved

is there a good way to only show Product XX (either fixed or flexible) when
it is approved.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 846
Default Dynamic Dropdown Part II

Still working on this - this is the equation I have up-to this point
=IF((AND(C4="",C8="")),product2,IF(C8<"",OFFSET(I NDIRECT(C8),0,0,COUNTA(INDIRECT(C8&"COL")),1),OFFS ET(INDIRECT(C4),0,0,COUNTA(INDIRECT(C4&"COL")),1)) )

Again where C4 = fixed vs. flexible
and C8 = has state information


"Brad" wrote:

Here is the problem.

Product XX - can either be fixed or flexible - and can be approved or not
approved

I have the dynamic dropdown working matching for either

Product XX to the fixed or flexible
or
Product XX to the approved or not approved

is there a good way to only show Product XX (either fixed or flexible) when
it is approved.

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
In-Cell Dropdown for validation not displaying mikelee101 Excel Discussion (Misc queries) 4 December 20th 06 02:47 AM
Help...Using dropdown list modicon2 Excel Discussion (Misc queries) 4 August 22nd 06 12:01 PM
offer dropdown options based on another dropdown Conor Excel Discussion (Misc queries) 2 January 13th 06 04:28 PM
I need help with an "If" Statement Whayne Excel Worksheet Functions 3 July 20th 05 09:25 PM
Transpose unique values in one column/mult. rows into a single row Wil Excel Worksheet Functions 1 May 22nd 05 08:52 AM


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