ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   mark and skip a specific row (https://www.excelbanter.com/excel-programming/361043-mark-skip-specific-row.html)

Hasty

mark and skip a specific row
 
Hello! can anyone help me with my problem: i have a formula that searches in
a worksheet a value, but that value is on two or more rows. how can i sum
those values? Can anyone help me please!

Dave Peterson

mark and skip a specific row
 
Maybe use =sumif()???

Hasty wrote:

Hello! can anyone help me with my problem: i have a formula that searches in
a worksheet a value, but that value is on two or more rows. how can i sum
those values? Can anyone help me please!


--

Dave Peterson

Hasty

mark and skip a specific row
 
ok. but my formula allways searches for the first record that maches my
criteria. how can i make it go to the second record that maches my criteria?
this is the formula that i used:


=VALUE(IF(ISERROR(TRIM(IF(AND($I$1<"",$F6<""),IF (AND($F6<"",$B6<""),INDEX(T_BAZA2,MATCH(CFC2,C_C OMPLET2,0),14),""),""))),"",TRIM(IF(AND($I$1<"",$ F6<""),IF(AND($F6<"",$B6<""),INDEX(T_BAZA2,MATC H(CFC2,C_COMPLET2,0),14),""),""))))

Thank You and please help

Robert

mark and skip a specific row
 
Based on your question, I think you require a SUMPRODUCT formula
--
Robert




Hasty

mark and skip a specific row
 
is there a different way, with a macro maybe, because this does not work

"Robert" wrote:

Based on your question, I think you require a SUMPRODUCT formula
--
Robert




Dave Peterson

mark and skip a specific row
 
Maybe you could use the technique that Chip Pearson shows for the arbitrary
lookup:
http://www.cpearson.com/excel/lookups.htm



Hasty wrote:

ok. but my formula allways searches for the first record that maches my
criteria. how can i make it go to the second record that maches my criteria?
this is the formula that i used:

=VALUE(IF(ISERROR(TRIM(IF(AND($I$1<"",$F6<""),IF (AND($F6<"",$B6<""),INDEX(T_BAZA2,MATCH(CFC2,C_C OMPLET2,0),14),""),""))),"",TRIM(IF(AND($I$1<"",$ F6<""),IF(AND($F6<"",$B6<""),INDEX(T_BAZA2,MATC H(CFC2,C_COMPLET2,0),14),""),""))))

Thank You and please help


--

Dave Peterson

Dave Peterson

mark and skip a specific row
 
Ps. If you don't get a good answer here, try posting your question with the
formula in the .worksheet.functions newsgroups.

Those people over there are very smart and eat these things for breakfast!

Dave Peterson wrote:

Maybe you could use the technique that Chip Pearson shows for the arbitrary
lookup:
http://www.cpearson.com/excel/lookups.htm

Hasty wrote:

ok. but my formula allways searches for the first record that maches my
criteria. how can i make it go to the second record that maches my criteria?
this is the formula that i used:

=VALUE(IF(ISERROR(TRIM(IF(AND($I$1<"",$F6<""),IF (AND($F6<"",$B6<""),INDEX(T_BAZA2,MATCH(CFC2,C_C OMPLET2,0),14),""),""))),"",TRIM(IF(AND($I$1<"",$ F6<""),IF(AND($F6<"",$B6<""),INDEX(T_BAZA2,MATC H(CFC2,C_COMPLET2,0),14),""),""))))

Thank You and please help


--

Dave Peterson


--

Dave Peterson


All times are GMT +1. The time now is 12:07 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com