Hello,
I am trying to create a formula where if a date is shown in cell A4, in Cell B4 it will show the value of a formula on another sheet. Based on the date in cell A4 i want the cell to show the formula that calculated the summation for that date in cell B4.
Currently I have where the date is 5/3/2011
=(ISNUMBER(A4),VLOOKUP(TAB!A2))
on sheet Tab in cell A2 I have the equation
=SUMPRODUCT(--(TCC!A3:A500=DATEVALUE("5/3/2011")),TCC!B3:B500)
this is calculating the total number of items sold on 5/3/2011 from multiple sales reps.
The second equation is working fine its the first one that is having trouble. Any thoughts?? would an index match equation work better? thanks
I am trying to create a formula where if a date is shown in cell A4, in Cell B4 it will show the value of a formula on another sheet. Based on the date in cell A4 i want the cell to show the formula that calculated the summation for that date in cell B4.
Currently I have where the date is 5/3/2011
=(ISNUMBER(A4),VLOOKUP(TAB!A2))
on sheet Tab in cell A2 I have the equation
=SUMPRODUCT(--(TCC!A3:A500=DATEVALUE("5/3/2011")),TCC!B3:B500)
this is calculating the total number of items sold on 5/3/2011 from multiple sales reps.
The second equation is working fine its the first one that is having trouble. Any thoughts?? would an index match equation work better? thanks