Archive for the ‘Names’ Category.

Inventory Freight Calculation

To account for freight on incoming inventory, I allocate the freight charges proportionately over the inventory items by total value. Quickbooks doesn’t have a way to handle that, so I use a simple Excel spreadsheet to do the calculation.

The last entry is always the freight (or handling or whatever I want to distribute). [...]

Two popular tools updated.

Hi All,
As many of you know I give away a number of tools for Excel through my site www.jkp-ads.com. Today I have updated the two most popular downloads:
Name Manager (which I created together with Charles Williams, www.decisionmodels.com):
Most important change: the unused names filter now includes objects in its search, as well as VBA code. It [...]

Converting Names to Local

When I create an external data table in Excel, I almost always want to have a named range that refers to every column. This way I can create array formulas and refer to column names rather than cell references. Which formula is easier to read?:
=SUM((LEFT(Assembly!Name,3)="AXI")*(Assembly!QuantityOnHand))
=SUM((LEFT(Assembly!B2:B174,3)="AXI")*(Assembly!G2:G174))
Another advantage is that the named ranges expand and [...]

Obscure Excel VBA error: “Invalid Picture”

As many of the frequenters of this great place will know, Charles Williams and I created The Excel Name Manager. The # 1 (FREE) tool on the web to work with defined names in Excel.
Well, we do occasionally get feedback on this tool (which is always appreciated!) and in all these years, we got two [...]

Name Manager 4 for Excel 2007 RTM

Hi all,
Now that Office 2007 is RTM, Charles Williams and I have released an Excel 2007 version of our Name Manager.
The only differences with the 97-2003 version are that it is saved in native 2007 xlam format and uses the new ribbon UI:

Enjoy.
Regards,
Jan Karel Pieterse
JKP Application Development Services

Name Manager 4 released

Hi everyone,
Since no new issues were reported for quite some time, I decided it is time to release Name Manager version 4.0.
Look here and here for previous posts and discussions on this version.
Enjoy!
Regards,
Jan Karel Pieterse
JKP Application Development Services

Name Manager 4: Last call before release

Hi all,
In this post I announced some updates to version 4 of the Name Manager.
Since I haven't had any bug reports for about four weeks, I have decided it is about time to release this version.
Before I do so, I give you guys (and girls of course!) a last chance to report any issues to [...]

Name Manager 4 Beta updates

Hi all,
An update to version 4 of the Name manager is out.
I have worked hard to weed out the bugs reported to me so far. Things are definitely looking better and better.
Also I have added a feature so you can see where a name is in use. Press the "Is name used" button to get [...]