• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Year Finder

How to find year from the sales register

  • hi all

    Votes: 0 0.0%
  • help me

    Votes: 0 0.0%

  • Total voters
    0
Hi,

Try below formula in K3 and copy down:

="Last Sold On "&INDEX(TRIM(MID($C$2:$J$2,FIND(" ",$C$2:$J$2),255)),,LOOKUP(9.9999E+307,IF($C3:$J3<>"",$C3:$J3),COLUMN($C$2:$J$2)-COLUMN($C$2)+1))

Note this is an array formula so must be entered with Ctrl+Shift+Enter.

Regards,
 
This also works with your data. Normally entered.
=IFERROR("Last Sold on "&TRIM(SUBSTITUTE(LOOKUP(9E+307,C3:J3,$C$2:$J$2),"Year","")),"")
Copy down
 
This also works with your data. Normally entered.
=IFERROR("Last Sold on "&TRIM(SUBSTITUTE(LOOKUP(9E+307,C3:J3,$C$2:$J$2),"Year","")),"")
Copy down
Hi,

Try below formula in K3 and copy down:

="Last Sold On "&INDEX(TRIM(MID($C$2:$J$2,FIND(" ",$C$2:$J$2),255)),,LOOKUP(9.9999E+307,IF($C3:$J3<>"",$C3:$J3),COLUMN($C$2:$J$2)-COLUMN($C$2)+1))

Note this is an array formula so must be entered with Ctrl+Shift+Enter.

Regards,
Hi,

Try below formula in K3 and copy down:

="Last Sold On "&INDEX(TRIM(MID($C$2:$J$2,FIND(" ",$C$2:$J$2),255)),,LOOKUP(9.9999E+307,IF($C3:$J3<>"",$C3:$J3),COLUMN($C$2:$J$2)-COLUMN($C$2)+1))

Note this is an array formula so must be entered with Ctrl+Shift+Enter.

Regards,
Thank you ...Thank you ...Thank you ... Thank you very much
 
Back
Top