Hi
Can anyone help me with a formula to look for the number in a particular coordinate?By getting the number in 4th column, 5th row of $C2
i'm using =IFERROR(IF(MATCH($C2,Dec!$C:$C,0),"confirm",),"") to look for an entry.
can i still use this formula to look for that number? =IFERROR(IF(MATCH($C2,Dec!$C:$C,0),GET THAT NUMBER,),"")
formula should be dynamic $C2 could jump to C8, C14...
Thanks in advance for the help.
Can anyone help me with a formula to look for the number in a particular coordinate?By getting the number in 4th column, 5th row of $C2
i'm using =IFERROR(IF(MATCH($C2,Dec!$C:$C,0),"confirm",),"") to look for an entry.
can i still use this formula to look for that number? =IFERROR(IF(MATCH($C2,Dec!$C:$C,0),GET THAT NUMBER,),"")
formula should be dynamic $C2 could jump to C8, C14...
Thanks in advance for the help.