L
Lut
I've read various posts, but haven't been able to solve this one:
Column A is a date field (can be earlier or later than Today)
Column B is a text field (ej. Yes or No)
Column C is a numeric field (ej. 1,2, 3 etc)
Column D is a numeric field as well
What I need to do is sum the values of column D which meet a specific
criteria for columns A, B, AND C. (More specifically, I need to add
up all values of column D for all dates earlier than today (column A),
"Yes" in column B, 2 in column C).
Of course I could do this with MsAcces or Msquery or with a pivot. The
problem here is that I need a single result in one cell in excel. I
can also try a work around adding columns to the data sheet itself
with AND functions and then selecting only TRUE or FALSE with an sumif
funcion, but this is not good either as the selection of the text
field (column B) is quite long and in fact linked to a cell reference
a not to a given. (In the abobe example column B would have to meet
the criteria of that of a cell in ej "sheet2")
Can somebody help...
Lut
Column A is a date field (can be earlier or later than Today)
Column B is a text field (ej. Yes or No)
Column C is a numeric field (ej. 1,2, 3 etc)
Column D is a numeric field as well
What I need to do is sum the values of column D which meet a specific
criteria for columns A, B, AND C. (More specifically, I need to add
up all values of column D for all dates earlier than today (column A),
"Yes" in column B, 2 in column C).
Of course I could do this with MsAcces or Msquery or with a pivot. The
problem here is that I need a single result in one cell in excel. I
can also try a work around adding columns to the data sheet itself
with AND functions and then selecting only TRUE or FALSE with an sumif
funcion, but this is not good either as the selection of the text
field (column B) is quite long and in fact linked to a cell reference
a not to a given. (In the abobe example column B would have to meet
the criteria of that of a cell in ej "sheet2")
Can somebody help...
Lut