Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default 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!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default 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
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default 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
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 113
Default mark and skip a specific row

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



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default 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





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default 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
  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default 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
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
mark up arKwelder Excel Worksheet Functions 3 March 24th 10 08:51 PM
Foot mark aka single quote mark? STING Excel Worksheet Functions 3 June 19th 08 08:25 PM
How can I add active tick mark/check mark boxes in excel? gerberelli Excel Discussion (Misc queries) 2 May 3rd 08 05:16 PM
using IF to skip Julie Excel Worksheet Functions 4 March 14th 08 10:21 PM
How can I calculate dates and skip a specific weekday? Excelman Excel Discussion (Misc queries) 6 September 6th 06 02:47 AM


All times are GMT +1. The time now is 02:05 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"