Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a spreadsheet in 2007 that I need to save in 2003 format so some
people can use it. The table records are in rows. Heres what one equation looks like in 2007€¦ =SUMPRODUCT((Summary[[#This Row],[PartNo]]=PartNo)*(Summary[[#This Row],[RecDate]]=RecDate)) When I Save As an Excel 2003, the formulas get changed. Heres what it converts to in Excel 2003€¦ =SUMPRODUCT((Summary!$A19=PartNo)*(Summary!$B19=Re cDate)) All fine and dandy so far. It looks like to me that the column references are locked, but the row references are "floating". However, all of the calculations get jumbled when sorting in Excel 2003. For example, after sorting the above equation (and the entire record) are in row 11. The equation should become... =SUMPRODUCT((Summary!$A11=PartNo)*(Summary!$B11=Re cDate)) But it doesn't. The row references continue to refer to row 19 which is an entirely different record. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2003 documents converted to 2007, lines drawn in are misaligned | Excel Discussion (Misc queries) | |||
2003 Chart not displaying properly in 2007 | Charts and Charting in Excel | |||
lists when converted from 2003 to 2007 | Excel Worksheet Functions | |||
Cleanup worksheets from 97-2003 to work properly on Excel 2007 | Excel Worksheet Functions | |||
Excel 2003 converted to 2007 copying worksheet error | Excel Discussion (Misc queries) |