Recent content by xpander

  1. X

    If "text" is in cell L151 then "POSTED"

    OH, Sorry. I AM in Excel. Ergh
  2. X

    If "text" is in cell L151 then "POSTED"

    =IF(L151 Like 'text',"POSTED") got me nowhere.
  3. X

    If "text" is in cell L151 then "POSTED"

    =IF(INSTR(1,[L151],"text")<>0, "POSTED","Not POSTED")
  4. X

    If "text" is in cell L151 then "POSTED"

    Can you use INSTR or something in an Access query to make it so that, for example, If "text" is in cell L151 then "POSTED" else "Not POSTED" ?
Top Bottom