M
mkaake
I've seen this asked a lot, but the answers have never really made sens
to me... So here it goes - my feeble attempt to understand what i
going on...
Here's the setup: I've got data that users are going to input, whic
tells me a tally of the defects that they have for a certain day. I
column a, they enter the date. Column B is for the shift. Column C an
up are named as p1p-p(whatevernumber)p (for easy lookup - that way whe
I am looking for a specific defect, I can have a drop down list, whic
will reference a number, which with a concatenate, i can turn into th
named range).
I'm trying to find a new and faster way of looking up defects by da
and shift, because the current system is a dog.
What I normally do, is have (several) columns in addition to the dat
entry that have various if statements (ie if date>selectedate, 1, 0
and then use sumif statements on those columns to find values. I woul
really like to get away from this, because it makes me limit the shee
to how many rows I believe will be used (because the formula needs t
be copied for every possible entry).
So visually, here's what I need to do:
_ A [date] __ B [shift] _ C [p1p] D [p2p] E [p3p]
1 4/5/2004 _ 1 ______ 1 ______ 5
2 4/3/2004 _ 1 ______ 2 ______ 3
3 4/3/2004 _ 2 ______ 6 ______ 2
4 4/2/2004 _ 1 ______ 0 ______ 1
5 4/2/2004 _ 2 ______ 5 ______ 3
etc. So I'm looking for a forumla that will let me say: sum if date i
[dateselected] (named range) and shift is [shiftselected], then su
[p1p].
If that's possible, than can it be expanded to if the date is betwee
two dates?
Anyhew, sorry if you guys have answered this before - I've just neve
quite been able to understand what the answers meant!![Roll Eyes :rolleyes: :rolleyes:](/styles/default/custom/smilies/rolleyes.gif)
matt
<edited because extra spaces were taken out... like a TRIM function![Wink ;) ;)](/styles/default/custom/smilies/wink.gif)
to me... So here it goes - my feeble attempt to understand what i
going on...
Here's the setup: I've got data that users are going to input, whic
tells me a tally of the defects that they have for a certain day. I
column a, they enter the date. Column B is for the shift. Column C an
up are named as p1p-p(whatevernumber)p (for easy lookup - that way whe
I am looking for a specific defect, I can have a drop down list, whic
will reference a number, which with a concatenate, i can turn into th
named range).
I'm trying to find a new and faster way of looking up defects by da
and shift, because the current system is a dog.
What I normally do, is have (several) columns in addition to the dat
entry that have various if statements (ie if date>selectedate, 1, 0
and then use sumif statements on those columns to find values. I woul
really like to get away from this, because it makes me limit the shee
to how many rows I believe will be used (because the formula needs t
be copied for every possible entry).
So visually, here's what I need to do:
_ A [date] __ B [shift] _ C [p1p] D [p2p] E [p3p]
1 4/5/2004 _ 1 ______ 1 ______ 5
2 4/3/2004 _ 1 ______ 2 ______ 3
3 4/3/2004 _ 2 ______ 6 ______ 2
4 4/2/2004 _ 1 ______ 0 ______ 1
5 4/2/2004 _ 2 ______ 5 ______ 3
etc. So I'm looking for a forumla that will let me say: sum if date i
[dateselected] (named range) and shift is [shiftselected], then su
[p1p].
If that's possible, than can it be expanded to if the date is betwee
two dates?
Anyhew, sorry if you guys have answered this before - I've just neve
quite been able to understand what the answers meant!
![Roll Eyes :rolleyes: :rolleyes:](/styles/default/custom/smilies/rolleyes.gif)
matt
<edited because extra spaces were taken out... like a TRIM function
![Wink ;) ;)](/styles/default/custom/smilies/wink.gif)