Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Like Lars-Ã…ke, I'm not sure I under exactly what you want either, but here
is my attempt. Put this normally entered formula in your first cell (in Row 7 somewhere I'm guessing) and copy it down... =IF(AND(COUNTIF(A$1:A$6,Value1)=COUNTIF(B$1:B$6,Va lue1),B7=Value2),"XX","") Replace the two Value1 references with your actual first value and the single Value2 reference with your second value (I've assumed "XX" is what you wanted to display in the cell if the conditions are met). -- Rick (MVP - Excel) "Mac" wrote in message ... Hello all, please help me with a complex formula to assign to a cell; pseudocode for it goes like: for (i = 1 to 6 ; i++){ if (( Ai == value1) AND (Di == value1)) then (for( j = 7 to 25){ if (Bj == value2) then (write XX into this cell)} )}; although it is an obvious candidate for vba, I wonder if the procedure can be realized via cell formulae... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula or macro needed for sorting complex data issue. | Excel Discussion (Misc queries) | |||
A rather difficult & complex statistical search formula needed | Excel Worksheet Functions | |||
Help needed with Adapting complex INDEX formula | Excel Worksheet Functions | |||
*URGENT* - Complex formula needed | Excel Discussion (Misc queries) | |||
Complex formula help needed | Excel Worksheet Functions |