• how to get =IF(ISERROR(MATCH(G13,Events!$G:$G,0)),"" ,INDEX(Events!$A:$

    From jimpetree@bellsouth.net@21:1/5 to All on Wed Aug 3 05:52:45 2022
    how to get =IF(ISERROR(MATCH(G13,Events!$G:$G,0)),"" ,INDEX(Events!$A:$A,MATCH(G13,Events!$G:$G,0))) to return font and alignment along with the text in excel

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Auric__@21:1/5 to jimpetree@bellsouth.net on Wed Aug 3 15:28:59 2022
    jimpetree@bellsouth.net wrote:

    how to get =IF(ISERROR(MATCH(G13,Events!$G:$G,0)),"" ,INDEX(Events!$A: $A,MATCH(G13,Events!$G:$G,0))) to return font and alignment along with the text in excel

    Pretty sure that's not possible with just formulae. I believe it would need
    to be done in VBA.

    --
    - Why are we pursuing the Entity, if not to destroy it?
    - We are not hunters, Doctor. Nor is it our role to exact revenge.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Philip Herlihy@21:1/5 to All on Thu Aug 4 12:27:14 2022
    In article <XnsAEE856542903Fauricauricauricauric@88.198.57.247>, Auric__ wrote...

    jimpetree@bellsouth.net wrote:

    how to get =IF(ISERROR(MATCH(G13,Events!$G:$G,0)),"" ,INDEX(Events!$A: $A,MATCH(G13,Events!$G:$G,0))) to return font and alignment along with the text in excel

    Pretty sure that's not possible with just formulae. I believe it would need to be done in VBA.

    Just so. The value and format of a cell are independent, though copy operations ("Paste Special") can be set to copy both.

    --

    Phil, London

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)