Forum Discussion

Jorn_H's avatar
Jorn_H
Copper Contributor
Oct 04, 2019
Solved

Search formule, in table searching in 2 rows.

Hello everyone,   I want to make an automatic cell with a formule, surrounded cell with blue. I want it so it reads the cell in front, underlined blue in the table on the right, surrounded with red...
  • PReagan's avatar
    PReagan
    Oct 04, 2019

    Jorn_H 

    Maybe this is what you're after. Try this rather lengthy formula out and let me know if it gives you your desired results:

     

    In Cell G4:

    =INDEX($P$4:$Y$60,MATCH(IF(ABS(ROUND($F4-ROUNDDOWN($F4,),1))=1,ROUNDUP($F4,),ROUNDDOWN($F4,)),$O$4:$O$60,0),MATCH(IF(ABS(ROUND($F4-ROUNDDOWN($F4,),1))=1,0,ABS(ROUND($F4-ROUNDDOWN($F4,),1))),$P$3:$Y$3,0))

     

    P.S.

    SergeiBaklan 

    I would love some suggestions to help condense this formula.

Resources