Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #15  
Old 06-13-2018, 11:36 PM
ArviLaanemets ArviLaanemets is offline Target Met formula Windows 8 Target Met formula Office 2016
Expert
 
Join Date: May 2017
Posts: 932
ArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant future
Default

Some additional considerations.

1. Rename all defined Tables with meaningful names (currently they are default names like Table2, Table3, etc.). (Whenever you rename a defined Table, or column header in it, this change is made automatically in all Table formulas in your workbook.)

2. Define your pick-lists as Tables. Replace your named range formulas for pick-lists with formulas like
Code:
=TableName[ColumnHeader]
The result is, that your pick-lists will be dynamic. Whenever you add a new entry/entries at bottom of Table (no empty row left between Table and new entry), the table is extended automatically, and as result the according named range is extended too. Essential is this for pick-list's Team and Holidays;
No need for pick-lists for data validation lists which have small number of fixed selections (like Yes/No). You can enter such list directly into Data Validation, like "Yes;No" (without equal sign, and without quotes, and I'm not sure about delimiter for your settings).

3. I just did see, that there are several pick-lists with repeated values (Input Target, Authorsing Target, Document Target). Are those linked to task/document type values in pick-lists at left of them? When yes, then make Input Task, Authorising Task and Document Type Tables 2-column ones. Task/Document Type named ranges are not affected, as they are defined for column, and Target's are calculated using VLOOKUP(), like
Code:
=VLOOKUP([@TaskColumn],tTaskTable,2,0)
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Target Met formula vba to replace old value by target value search almost key words matching manilara Excel Programming 6 11-19-2015 08:19 PM
Insert space before and after target text Marrick13 Word VBA 6 06-20-2014 07:46 AM
Target Met formula Envelope Printing is off target - need help please! mylan Word 2 10-24-2012 12:24 PM
Send OFT when target email arrives RandWald Outlook 0 11-11-2011 10:52 AM
Target Met formula Target line on a excel graph leroytrolley Excel 1 01-16-2009 04:19 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 11:20 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft