FYI - I have two Calculated Columns. The first, CC_FIRST_PROD_MONTH, is set to Min([PROD_DATE]). The second, CC_ELAPSED_MONTHS, is set to DateDiff('month',[CC_FIRST_PROD_MONTH],[CC_ELAPSED_MONTHS]). Both of these calucations work but the CC_FIRST_PROD_MONTH returns just the minimum value for all my items and not the minimum item value per item. How do I enable it to group on an item?