I am using EXCEL 2007
I am working on a spread sheet for a friend of mine - one that she can use to keep her check register and balance her checkbook. I did a little research on pre-made ones but didn't see one that would do what I wanted
One things I want to do is provide a pick list that she can use to fill in the TO column. The list will contain places that she frequently writes check to. Will need the ability to type a value in the TO column that is not on the list.
I looked at some of the controls such as combo box etc. But I don't think these controls will work well on this spread sheet. I want to give her her the ability to add rows. From what little I tried - the controls will not work well in this situation.
I think I have found another way that will work and just wondered if anyone else had done anything similar. I can add a data validation - using a dropdown list. I enter the values for the picklist in another sheet of the same workbook- and give the range a name. I put a space as one of the values. On the validation - I select ignore blanks. The effect of this - is that - a value can be selected from the drop down box or any value can be typed directly into the box, whether in the list or not. Has anyone done anytning similar to this before or know a better way?
Another thing I want is a column where she can mark checks as cleared. I think I have this working by also usng the data validation - and hard coding the list. It is a little awkward but I don't know how else to do it. Doesn't seem to allow a blank to be typed in the the column but the delete key can be used to remove the *. In this case, I looked at using the checkbox control, but as stated above it doesn't seem to work well when lines are inserted. I am not using the dropdown list here - to me it seemed kind of awkward for this condition. Any comments on a better way here?
Thanks,
Fay