I have updated the Kit & Extract Beer Designer spreadsheet to version 2.3. I have produced two versions 2.3a which has the AABC styles and 2.3b which has the BJCP styles as in the previous versions.
The update to the new version is mainly to fix problems which existed in version 2.2 plus I have just started using a Refractometer to calculate my sg's and have included some columns on the Brews worksheet for that.
Problems fixed include Inventory weights for Dextrose and Maltodextrin plus the Inventory yeast total. Fixed the problem with Inventory weights due to rounding errors, you thought you had 1.0 kg but spreadsheet had say 0.99999995 and then said you had insufficient when you did a recipe requiring 1.0kg.
There was a problem with the Hop drop-down list not covering all the hops listed.
Fixed a problem when you saved a recipe that already existed it was saved in the wrong place and consequently recipes appeared dotted round the Recipes worksheet.
View attachment Kit___Extract_Beer_Designer_V2.3b.xls
You will need to copy your existing Brews and Recipes to the new spreadsheet.
I left a couple of brews as examples on the Brews worksheet. If you are not going to use a Refractometer for sg's you can delete columns T to Y. Delete the 2 existing brews and then copy the rows from your old Brews worksheet to the new one. There are formulas and formatting in the Rows down to brew 100, if you have more brews than this you will need to copy the rows down.
If you leave columns T to Y on the Brews worksheet,then you will need copy your Brews across in two lots. First copy the Rows but only columns A to S and paste into the new Brews worksheet. Then copy the rows and columns T to Y from the old worksheet and past in Columns Z to AE on the new worksheet.
The recipes can be copied across to the new spreadsheet Recipes worksheet, do not transfer any that that appear to be located in odd spots, they should all be in sequence in Columns E to AO.
One done save your spreadsheet with a new name.
cheers
Ian
Edit:
If you are using a version with the refractometer columns on the Brews worksheet, you need to change a line in the makerecipe macro to get the dextrose for bulk priming into the correct column. Near the end of the makerecipe macro is the line
ActiveCell.Offset(0, 19).Value = Worksheets("MAIN").Range("m19").Value
this needs to be changed to
ActiveCell.Offset(0, 25).Value = Worksheets("MAIN").Range("m19").Value
If you have problems doing this, you can just delete the dex bulk prime value in column V and put it in column AB each time you run the make recipe macro.