Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Tom, I'm still having the problem though. Let me show you th
whole routine : For Each Cell In Range("D3:AJ19") If Range("E25").Value = Range("G22") And Cell.Value "" Then Cell.Value = Range("AO1") If Range("F25").Value = Range("H22") And Cell.Value "" Then Cell.Value = Range("AN1") If Range("G25").Value = Range("I22") And Cell.Value "" Then Cell.Value = Range("AM1") If Range("H25").Value = Range("J22") And Cell.Value "" Then Cell.Value = Range("AL1") If Range("I25").Value = Range("K22") And Cell.Value "" Then Cell.Value = Range("AK1") End If End If End If End If End If Next On Error GoTo 0 I'm not quite sure where, or how to use the "Intersect" code. I'v never used it before. So for example on the first row where the cell AO1 is referenced I onl want the cell value to be AO1 if the cell AO3 = x same thing for AO4 etc. Thanks!! Ji -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
if & And condition | Excel Worksheet Functions | |||
lookup with multiple condition, but one condition to satisfy is en | Excel Worksheet Functions | |||
Combine an OR condition with an AND condition | Excel Discussion (Misc queries) | |||
If condition | Excel Discussion (Misc queries) | |||
Condition 1 overules condition 2? | Excel Worksheet Functions |