Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a spreadsheet in which I need to sum a column based on two criteria.
The data is a MS query from an external file that is retrieved from a website. The data always has two hidden spaces at the end of each cell. The formula must look for the word "APPR " in column BF35:BF1000 and "ANKLE " in column BG35:BG1000. If those criteria are met, then the associated data in column BA35:BA1000 must be added together (not counted as in using the "Count" statement). At first I used a sumproduct formula: =SUMPRODUCT((BF35:BF1000="APPR ")*(BG35:BG1000="ANKLE ")*(BA35:BA1000)) but it looks like the data in column BA35:BA1000 may be text and not a number (the cell is in a general format), so it looks like the SUM statement is ignoring them. Does anyone have any ideas on how to get this summation to occur? Thanks in advance. Jeff |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I believe this is a SUMPRODUCT issue | Excel Worksheet Functions | |||
SumProduct CountIF issue | Excel Worksheet Functions | |||
Sumproduct #N/A! error issue | Excel Worksheet Functions | |||
Issue with sumproduct | Excel Worksheet Functions | |||
SUMPRODUCT issue | Excel Worksheet Functions |