![]() |
#1
|
|||
|
|||
![]()
Hi,
I made a personnel tracker with on the left side column the names, on the first row the dates and then I fill in for everyday someone is working a 'W' and when they have a holiday I fill in an 'H'. The thing I want to do is to show only the rows that have one ore more 'H' behind the name and leave out the ones that don't have a planned holiday. I tried adding an extra column with for each row a formula that returns 'Yes' when there is a row with an 'H' in it and 'No' if it doesn't so I can then add a filter to that column and show only the people with planned holidays. Sounds pretty easy but I can't figure out what formula I should use. I played with the LOOKUP function but so far no success... Can anyone help me out here? |
#2
|
||||
|
||||
![]()
Hi and welcome
try something like =IF(COUNTIF(B$2:X$2,"H"),"Yes","No") Adapt range as needed and pull down
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
#3
|
|||
|
|||
![]() Quote:
Some more info: I had to replace the , with ; and I'm currently working in excel 2010. |
#4
|
||||
|
||||
![]()
Perhaps post a sample sheet (no pics please)
PS if you do not indicate your location, it is difficult to use the correct regional settings
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
#5
|
|||
|
|||
![]()
Could you tell me how to do that?
|
#6
|
||||
|
||||
![]()
My mistake try
=IF(COUNTIF($IA10:$xfd10;"H");"Yes";"No") and pull down
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
#7
|
|||
|
|||
![]()
Thank you! That solved the problem!
|
![]() |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
mbesspiata | Excel | 2 | 06-06-2016 02:29 PM |
disable or constantly clear "recent picks" from onenote search | azhumvee | OneNote | 0 | 08-12-2014 09:06 PM |
How to Turn Off Message "Search from the beginning of a document" in a Macro | sleake | Word | 10 | 10-15-2013 03:43 PM |
![]() |
Jamal NUMAN | Word | 2 | 07-03-2011 03:11 AM |
Instant Search's "Display search results as I type when possible" with Exchange | lwc | Outlook | 0 | 06-01-2011 01:56 AM |