• 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.

Return value base on data availability

uday

Member
Hi,

I am trying to extract value based on data availability in Col A and Col B.
If the Col A value is matching with B or equal to Col B then should return any of them value in Col C and if the Value is not present in any of the col then should return the existed value from col A or B.

Please see the attached file for more information.

Thanks
Uday
 

Attachments

  • Test.xlsx
    8.5 KB · Views: 8
Hi,

I am trying to extract value based on data availability in Col A and Col B.
If the Col A value is matching with B or equal to Col B then should return any of them value in Col C and if the Value is not present in any of the col then should return the existed value from col A or B.

Please see the attached file for more information.

Thanks
Uday
Hi Uday,

Try this:

=LOOKUP(2,1/(A2:B2<>""),A2:A2)

Regards
Jaya S
 
Back
Top