Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() Here's what I'm trying to say: If column A is greater than 0, then sum column J if J is greater than 0. My data download is generally 500-700 rows, so I'm using 1000 to capture all data. However, my data has repeating headers with text and Excel seems to treat that as greater than 0 also. I do have a unique date range field in column E that I can use (in MM/DD/YYYY format) to say if it's greater than 01/01/1900 , but I couldn't get that to work either. Any help would be appreciated. Thanks, Phillycheese5 -- Phillycheese5 ------------------------------------------------------------------------ Phillycheese5's Profile: http://www.excelforum.com/member.php...o&userid=24196 View this thread: http://www.excelforum.com/showthread...hreadid=388045 |
#2
![]() |
|||
|
|||
![]() Maybe try this: IF(AND(columnA0, columnJ0, ISNUMBER(columnA), ISNUMBER(columnJ)), SUM(columnJ),"") Hope it helps. Phillycheese5 Wrote: Here's what I'm trying to say: If column A is greater than 0, then sum column J if J is greater than 0. My data download is generally 500-700 rows, so I'm using 1000 to capture all data. However, my data has repeating headers with text and Excel seems to treat that as greater than 0 also. I do have a unique date range field in column E that I can use (in MM/DD/YYYY format) to say if it's greater than 01/01/1900 , but I couldn't get that to work either. Any help would be appreciated. Thanks, Phillycheese5 -- Morrigan ------------------------------------------------------------------------ Morrigan's Profile: http://www.excelforum.com/member.php...fo&userid=7094 View this thread: http://www.excelforum.com/showthread...hreadid=388045 |
#3
![]() |
|||
|
|||
![]() Morrigan, I did get a number with your formula (I substituted "A:A" for "columnA" and so on) but the result did not tie to what I did manually...... Mabye using the date field is a better way to go??? Phillycheese5 -- Phillycheese5 ------------------------------------------------------------------------ Phillycheese5's Profile: http://www.excelforum.com/member.php...o&userid=24196 View this thread: http://www.excelforum.com/showthread...hreadid=388045 |
#4
![]() |
|||
|
|||
![]() What can be contained in Column A & J? -- Morrigan ------------------------------------------------------------------------ Morrigan's Profile: http://www.excelforum.com/member.php...fo&userid=7094 View this thread: http://www.excelforum.com/showthread...hreadid=388045 |
#5
![]() |
|||
|
|||
![]() Column A is shares, and column J is either realized gains (positive) or losses (negative). The problem is that I have header rows which repeat throughout the spreadsheet. But none of the headers have numbers in column A, so that's why I chose it to use if it was greater than zero... -- Phillycheese5 ------------------------------------------------------------------------ Phillycheese5's Profile: http://www.excelforum.com/member.php...o&userid=24196 View this thread: http://www.excelforum.com/showthread...hreadid=388045 |
#6
![]() |
|||
|
|||
![]() Is the header rows there for a purpose? Can it be taken out and just freeze panel to keep one header rows and use "print repeat top rows" for printing? Phillycheese5 Wrote: Column A is shares, and column J is either realized gains (positive) or losses (negative). The problem is that I have header rows which repeat throughout the spreadsheet. But none of the headers have numbers in column A, so that's why I chose it to use if it was greater than zero... -- Morrigan ------------------------------------------------------------------------ Morrigan's Profile: http://www.excelforum.com/member.php...fo&userid=7094 View this thread: http://www.excelforum.com/showthread...hreadid=388045 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF Statement Problem | Excel Worksheet Functions | |||
If Statement Problem | Excel Worksheet Functions | |||
Fundamental problem with IF statement | Excel Worksheet Functions | |||
Fundamental problem with IF statement | Excel Worksheet Functions | |||
IF statement problem | Excel Worksheet Functions |