Please help! - Possibly need a Macro?
Hi Vert
Substitute the cell reference B1 for "Fred Bloggs"
{=IF(A1=MAX(($A$1:$A$120000)*--($B$1:$B$120000=B1))1,0)}
Make sure you use Ctrl+Shift+Enter when you edit the formula
--
Regards
Roger Govier
"Vertoobli" wrote in message
...
On Sun, 5 Mar 2006 19:36:44 -0000, "Roger Govier"
wrote:
Hi
Assuming the dates are in column A, and the names are in column B,
then
create a helper column with the following array entered formula
{=IF(A1=MAX(($A$1:$A$120000)*--($B$1:$B$120000="Fred Bloggs")),1,0)}
To enter an array formula, commit with Ctrl+Shift+Enter. Do not type
the
curly braces { } yourself, Excel will enter them when you commit, or
amend, using Ctrl+Shift+Enter.
Copy down the helper column.
Then, DataFilterAutofilter and use the dropdown on the helper column
to Select 0
Mark the range of Visible rows and Delete.
I tried this and got a #Value error coming up, I think I may have
explained it badly, but there are a number of different users, with
different names, so would I need to insert a wild card of some sort
for the user names (not all of them are called Fred Bloggs!)
Regards,
Vert.
|