G
Guest
I'll try to explain this as well as my english permits...
(1) you could use the actual dates as the column headings;
Remember excel actually sees dates as numbers, so you
would be using numbers as the headings, but you could
display the month's names (by formating those cells) i.e,
instead of reading "Period 1", "Period 2", etc... you'll
be reading "Ene", "Feb", etc, with the proper formatting.
(2) Now the value of the cell A3 should also be a date...
i.e, a number formated to display as a date.
(3) finally, you can use a conditional sum, like this:
=SUMIF(B6:F6,"<="&A3)
that sould work... remember, dates are actually numbers...
6 for Hogs.
(1) you could use the actual dates as the column headings;
Remember excel actually sees dates as numbers, so you
would be using numbers as the headings, but you could
display the month's names (by formating those cells) i.e,
instead of reading "Period 1", "Period 2", etc... you'll
be reading "Ene", "Feb", etc, with the proper formatting.
(2) Now the value of the cell A3 should also be a date...
i.e, a number formated to display as a date.
(3) finally, you can use a conditional sum, like this:
=SUMIF(B6:F6,"<="&A3)
that sould work... remember, dates are actually numbers...
month is in cell A3, then do a LOOKUP in column A to find-----Original Message-----
Hi There
I am trying to do the following........check to see which
B6:E6 when the month is equal to April for Hogs.Hogs, and then SUM across that specific row to get a total.
So for example #1 --> I would like to find the SUM of
find the SUM of B6If the month was March 31, 2003 , then I would like to
C D E F1 A B