ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   list dependent cells (https://www.excelbanter.com/excel-discussion-misc-queries/220287-list-dependent-cells.html)

GireeshaJ

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

Mike H

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



All times are GMT +1. The time now is 12:36 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com