deletedalien
Well-known Member
- Joined
- Dec 8, 2008
- Messages
- 505
- Office Version
- 2013
- Platform
- Windows
good morning guys,
i think this should be an easy one but i just cant figure it out
ok so i have dates in column A:A and data in column L:L
i want to do named ranges by dates A30:L80 "Jul18" so that if i need to do a lookup only on that range i can just do =vlookup(B2,Jul18,11,0) and get what i want
BUT
if i want to add the total of the data range inside the named range "Jul18" only in column L i thought i could do something like
=sumif(Jul18,"07/18/11",L:L)
but appparently that brings back an incorrect number,
do you guys know of a workaround?
Thanks in advance
i think this should be an easy one but i just cant figure it out
ok so i have dates in column A:A and data in column L:L
i want to do named ranges by dates A30:L80 "Jul18" so that if i need to do a lookup only on that range i can just do =vlookup(B2,Jul18,11,0) and get what i want
BUT
if i want to add the total of the data range inside the named range "Jul18" only in column L i thought i could do something like
=sumif(Jul18,"07/18/11",L:L)
but appparently that brings back an incorrect number,
do you guys know of a workaround?
Thanks in advance