• Formula Check Request

    Author
    Topic
    #472965

    Hi guys,
    The attached workbook has some formulas (columns highlighted in blue). One is wrong (Column C). Another one is probably not the most optimal solution (Column I).

    The unhighlighted columns represents data that I receive from an export. The highlighted columns are helping me to make the data more usable.

    =DATEVALUE(TEXT(((MID(H2,1,(LEN(H2)-1-LEN(RIGHT(H2,FIND(” “,H2))))))&”, “&(RIGHT(H2,FIND(” “,H2)))),”dd-mmm-yy”))

    An help in correcting and validating is always appreciated.

    Thanks
    Amy

    Viewing 1 reply thread
    Author
    Replies
    • #1254479

      In C2 you can something like
      =RIGHT(A2,LEN(A2)-FIND(“,”,A2)-1)
      or
      =TRIM(MID(A2,FIND(“,”,A2)+1,LEN(A2)))

      Find counts from the left not the right…

      in I2
      =DATEVALUE(SUBSTITUTE(H2,” “,”, “,2))

      Steve

    • #1255074

      Steve,
      This worked great. Thank you.

      Amy

    Viewing 1 reply thread
    Reply To: Formula Check Request

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: