• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

How to use Offset Formula for specific validation

MaunishP

Member
Hi Team,
I have 2 worksheet sheet, TrackTime & Listing. In TrackTime if any team member selects any listing from Column E, he should only get option which are categories in Worksheet Listing in from Column E & F. How to use Offset formula.

I have attached sheet.

Regards,
Maunish Patel
 

Attachments

If you want a single column of Listing Column E & F
Select the cells in Tracktime Column E
Goto Data Data Validation
Allow: List
Source: =Listing!$E$2:$E$50 or =Listing!$F$2:$F$50

If you want a Two columns Listing Column E & F
You will need to make up a dummy Range first
Goto Listing G2
Enter: =E2&" - "&F2
Copy down

Now Select the cells in Tracktime Column E
Goto Data Data Validation
Allow: List
Source: =Listing!$G$2:$G$50
 
Hi Hui,
Attached image will help you describe more easier and also have attached updated file.

1) Select specific work activity from drop down. Based on work activity down, only aligned activity in Listing Column D should be reflected.

2) After selecting proper work activity, neccessary processs should reflect from Listing Column G.

I tried using formula however after few rows, offset range is getting shifted which i dont want to get them shift.
 

Attachments

  • Process.PNG
    Process.PNG
    103.1 KB · Views: 5
  • Client.PNG
    Client.PNG
    109.9 KB · Views: 6
  • Name_Month\'YY-CH7.xlsm
    Name_Month\'YY-CH7.xlsm
    321.8 KB · Views: 3
No
My apologies
I've been pretty busy, sleeping
Please read the Site Rules
Especially the one about the world operating 24 hrs a day
 
Last edited:
Back
Top