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

index match

Hi,
I am using index match function to get price and cost values and I used this formula to get the price based on 2 columns (Products and Sale Type). When I change the sale type to Whole Sale I am getting #VALUE! error.

=INDEX(prices,MATCH(1,(products = C4)*(saletype = D4),0))

I have 2 tabs prices_costs and sales

Please help

Thanks
 

Attachments

  • chandooproblem4.xlsx
    16.4 KB · Views: 4
Hi,
I am using index match function to get price and cost values and I used this formula to get the price based on 2 columns (Products and Sale Type). When I change the sale type to Whole Sale I am getting #VALUE! error.

=INDEX(prices,MATCH(1,(products = C4)*(saletype = D4),0))

I have 2 tabs prices_costs and sales

Please help

Thanks

I think I found my problem. Under the Sale Type I had Wholesale instead of Whole Sale.

Sorry. For now I got the solution for my issue.
 
Back
Top