Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Incrementing Rows or Colums After Running Through an IF Statement

I am trying to check two lists of names against each other. I would like to
check the first name in list one against all of list two. Once that is
finished I would then like to increment to the next person in list one and
repeat the process. Is there a way that I can set the number after a column
(A"#") as a variable that I can change?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Incrementing Rows or Colums After Running Through an IF Statement

Suppose you have the two lists in Col A and ColD and you are comparing each
name in Col A with ColD. In col B CELL B1 place the formula

=IF(COUNTIF(D:D,A1)0,"Present in List","")

Once done. copy the formula down to colA...The formula will adjust for each
name in Col A..

If this post helps click Yes
---------------
Jacob Skaria


"Intern" wrote:

I am trying to check two lists of names against each other. I would like to
check the first name in list one against all of list two. Once that is
finished I would then like to increment to the next person in list one and
repeat the process. Is there a way that I can set the number after a column
(A"#") as a variable that I can change?

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
SumIf statement: incrementing Kesbutler Excel Worksheet Functions 2 May 14th 09 03:31 PM
fill down formula incrementing by every 12 rows westy Excel Discussion (Misc queries) 2 September 5th 07 04:54 AM
Print few rows with many colums so that rows wrap on printed pages usfgradstudent31 Excel Discussion (Misc queries) 1 October 20th 05 02:39 PM
Incrementing formula by two rows Ben Hur Excel Worksheet Functions 1 February 24th 05 09:21 PM
Automatically 'incrementing' formulas for new rows. MediaScribe New Users to Excel 3 February 21st 05 06:29 PM


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

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"