#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default list dependent cells

i have list in the "H" Column, which has (Critical, major, minor).

A column has AU01 and so on...

i wanted to list all the A column values for critical.

ex: if H2, H12 and H 23 are selected with critical.
and in the result cell, it should display AU02,AU12 and AU23.

please give me solution as early as possible...

thanks a lot in advance...

regards
Gireesha
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default list dependent cells

Hi,

I'm not sure if you mean this with your AU02 etc codes in column E

=IF(H2="Critical",E2,"")

or this

=IF(H2="Critical","AU"& TEXT(ROW(E2),"00"),"")

Mike

"GireeshaJ" wrote:

i have list in the "H" Column, which has (Critical, major, minor).

A column has AU01 and so on...

i wanted to list all the A column values for critical.

ex: if H2, H12 and H 23 are selected with critical.
and in the result cell, it should display AU02,AU12 and AU23.

please give me solution as early as possible...

thanks a lot in advance...

regards
Gireesha

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
Create a list in a drop down dependent upon another dd list in exc fyrefox Excel Discussion (Misc queries) 1 August 9th 07 08:46 PM
Return a list dependent upon the selection of a preceeding list Aja K Excel Worksheet Functions 4 April 11th 07 07:48 PM
create 2nd list dependent on 1st list Mike Excel Worksheet Functions 3 June 14th 06 09:21 PM
How do I create a dependent list, to a current list? elevenphil Excel Discussion (Misc queries) 1 January 30th 06 04:35 PM
How do I make other cells dependent on my drop down list? mae1778 Excel Discussion (Misc queries) 1 July 29th 05 04:25 PM


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