Hi,
What is the best way to find a cell value based upon two text based criteria?
This is a simplified version of my table which has a week's worth of dates, 10 tills and multiple cash items per till.
-------A--------B--------C-----------D-----------E------------------F----------
--1---TILL----DATE----CASH--FIND TILL---FIND DATE---RETURN ANSWER
--2----X-------1/JAN----£5
--3----Y-------1/JAN----£10
--4----Y-------1/JAN----£10
--5----Y-------2/JAN----£20
--6----Z-------no value--no value
I want to find the cash per till per date e.g
Info needed 1. On the 1st January Till x returned £5
Info needed 2. On the 1st January Till y returned £20 (£10+£10)
Info needed 3. On the 1st January the total of all tills returned £25 (£5+£10+£10)
I have used an INDEX and MATCH array which finds one match but does not sum multiples...
Many many thanks
Hannah
What is the best way to find a cell value based upon two text based criteria?
This is a simplified version of my table which has a week's worth of dates, 10 tills and multiple cash items per till.
-------A--------B--------C-----------D-----------E------------------F----------
--1---TILL----DATE----CASH--FIND TILL---FIND DATE---RETURN ANSWER
--2----X-------1/JAN----£5
--3----Y-------1/JAN----£10
--4----Y-------1/JAN----£10
--5----Y-------2/JAN----£20
--6----Z-------no value--no value
I want to find the cash per till per date e.g
Info needed 1. On the 1st January Till x returned £5
Info needed 2. On the 1st January Till y returned £20 (£10+£10)
Info needed 3. On the 1st January the total of all tills returned £25 (£5+£10+£10)
I have used an INDEX and MATCH array which finds one match but does not sum multiples...
Many many thanks
Hannah