![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Feb 2002
Posts: 9
|
I have a worksheet that has duplicate entries in several columns, for example, the first column is for "School" and the name of a school repeats many times until it gets to a record on down the list for a different school name. Is there a way to make it so that after the first entry of a school the following cells in that column won't show anything until a new value appears? Thank you.
|
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Location: Houston,Texas
Posts: 418
|
You could use conditional formatting. Select the second cell in the column (say A2), then Format > Conditional formatting. Choose formula is and enter the formula =A2=A1. Click on format and make the font color white. Click Ok twice to exit. Copy the cell and paste special > format down your column.
|
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Portland, OR USA
Posts: 1,374
|
Quote:
=(A1000=A999) Use the last and second to last rows, it makes a difference. (or don't select the first row and put =(A2=A1)). Then format the font to white (if your background is white). Hope this helps, Russell |
|
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Feb 2002
Location: Perth Australia
Posts: 1,567
|
Mason
If your school list is in column A, starting at A4, put this formula in B4 and scroll down. This will then only display unique entries. =IF(ISNA(VLOOKUP(A4,$A$2:$A3,1,FALSE)),A4,"") Derek |
|
|
|
|
|
#5 |
|
New Member
Join Date: Feb 2002
Posts: 9
|
Derek, Russell and Steve,
Thanks so much! I have tried and these work marvelously. I really appreciate your help. Thanks! Merle Mason |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|