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

Vlookup with match formula

Hi,
I have got a excel file in which there are two sheets. First sheet consist of different model name of mobile phones. In the second sheet it consists model wise sale figure. Now I want to do vlookup with match formula to extract model wise sale report. Both sheet have common CSR code. Please help .
 

Attachments

  • MTD Sep'15 - Copy.xlsx
    714.3 KB · Views: 9
How you are manual calculating entries in Devices Sales report as there is no devices record in MTD sheet.
 
=IFERROR(VLOOKUP($B2,'Devices Sales'!$B$5:$DL$1302,MATCH(Q$1,'Devices Sales'!$B$5:$DL$5,0)),"")
copy the formula and paste in MTD sheet in Q2 cell and drag over and down.
 
Back
Top