![]() |
#1
|
|||
|
|||
![]()
Hello,
I have a data file that displays the person name and the amount of activity as a total at the end of the column. I want to create a cover page that would display any name that has activity greater than 3. What formula would I use for that? Thank you, see attached worksheet |
#2
|
|||
|
|||
![]()
On tab total in A3...
=IFERROR(INDEX(Sheet1!$A$2:$A$38,SMALL(IF(Sheet1!$ H$2:$H$38>3,ROW(Sheet1!$A$2:$A$38)-ROW(Sheet1!$A$2)+1),ROWS($A$2:A2))),"") IMPORTANT
On tab total in B3... =IF(A3<>"",VLOOKUP(A3,Sheet1!$A$2:$H$4,8,0),"") Highlight A3:B3 and drag down as you need |
#3
|
|||
|
|||
![]()
Thank you. It worked great.
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Counting totals within month period | shabbaranks | Excel | 5 | 09-19-2018 10:04 AM |
![]() |
LearnerExcel | Excel | 1 | 05-25-2018 03:08 AM |
excel 2013 summary line totals float | jassie | Excel | 7 | 03-04-2017 09:53 PM |
![]() |
mquillen | Excel | 5 | 02-06-2017 08:59 AM |
![]() |
Phylis Sophical | Excel | 4 | 08-09-2010 08:43 PM |