Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks now here is second part of question: Do I need it to match as the
range will be from C6:C14 (apple,banana, pear etc that it needs to match so does L35: =IF(G35=$C$6:$C$14,$AA$2,"") work then? i have numerous areas i would like to do this in. "JE McGimpsey" wrote: Note that worksheet functions in cells can't "put" values in other cells. If you want a worksheet solution, then one way: L35: =IF(G35=$C$6,$AA$2,"") Copy L35 to L35:M126 In article , Khanjohn wrote: Here goes. say I have a topic in C6 named banana (drop down menu) and I want it to look up data( will have from apple to zulu fruit) in G35 :H126 and if it matchs then put the value of aa2 which is 2 in the appropiate column in L35:M126. What is the frormula in excel not VBA? IE C6 is apple going down G column it finds apple at 37, 39, 56, 78,79, 80, 100, 126 and in the H column it finds apple in 38, 52, 56, 126. I wnt it to put a 2 in each of the correct cells down the L and M columns. Thanks in advance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
spreadsheet part and part without grid lines | Excel Discussion (Misc queries) | |||
Search/Match/Find ANY part of string to ANY part of Cell Value | Excel Worksheet Functions | |||
Reduce a range to just be the part within another part? | Excel Programming | |||
Copying Part of a row down part of a column | Excel Discussion (Misc queries) | |||
How can I sperate the module into two part and connecte the two part and work well? | Excel Programming |