Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following formula that works well:
=IF(AND(B2=D25,D25<=C2,E24=AK1,AK2="X",E34E25),E 24,"") I want to loop this formula through each cell in range B2:BB100 The result that is returned E24:P24 is a cell with some text in i that should be displayed in each cell that meets the criteria in th row loop range. But the references to cells in E34E25 and AK1 need to increment to th next cell to the right (i.e. F34F25 and AL1 etc.) in the range (E:P AK:AV) each time the result of the formula is false or "". Is this the right approach (long formula and loop)? If so I need help writing the loop Thanks! -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
http://CannotDeleteFile.net - Cannot Delete File? Try Long Path ToolFilename is too long? Computer Complaining Your Filename Is Too Long? TheLong Path Tool Can Help While most people can go about their businessblissfully unaware of the Windo | Excel Discussion (Misc queries) | |||
reset the range of FOR loop | Excel Discussion (Misc queries) | |||
Loop through last cell/row of used range | Excel Discussion (Misc queries) | |||
loop code on cell range | Excel Discussion (Misc queries) | |||
How do I loop a range of cells until I get a numeric value? | New Users to Excel |