zynizen
Registered
I am running OSX 10.4.9, Office 2004, with Excel 2004, version 11.3.3
Problem 1:
I have a template I created for making invoices. in the 3/4 lines to the right of the heading "Bill To: " there is space for an address. very simple ok.
As a template, I don't want to keep typing in the address EVERY time i make an invoice for my 5 clients I have right now.
How do I insert into the 3 or 4 rows a selection drop down or just fill in the address if i type the first few characters of the company name and make it format correctly. Much like a label actually.. I know this can be done fairly simply but, I just cant figure it out..
I've tried:
Lists (cant really figure out the referencing part)
Form (dont know where the data is being stored..)
Query (doesn't work cause I dont have ODBC installed.. dont know how to do that)
ex:
Bill To: CompanyHere
Address Line 1,
City, Prov, Postal Code
would like cell "CompanyHere" to AUTOFILL all three lines if I type "C" if the only company name I had in my list started with C. (same goes for any other letter, or name for that matter)
THANKS IN ADVANCE! I've also checked office online for template references, and help tutorials and still no luck.
--------------------------------------------------------
Problem 2:
At the top I have Date: =TODAY(). (for invoice date of the day I start making the invoice, very basic yes..
At the bottom, another cell i have is DUE DATE:
How do I write a function/formula that calculates exactly 30 days past the initial Date field? I think im on the right track, so far I have:
=DATEDIF(B8,?,"MD")
Thanks again for any help!
Found out that this does it perfectly for problem 2!:
http://www.ozgrid.com/Excel/add-month.htm
Problem 1:
I have a template I created for making invoices. in the 3/4 lines to the right of the heading "Bill To: " there is space for an address. very simple ok.
As a template, I don't want to keep typing in the address EVERY time i make an invoice for my 5 clients I have right now.
How do I insert into the 3 or 4 rows a selection drop down or just fill in the address if i type the first few characters of the company name and make it format correctly. Much like a label actually.. I know this can be done fairly simply but, I just cant figure it out..
I've tried:
Lists (cant really figure out the referencing part)
Form (dont know where the data is being stored..)
Query (doesn't work cause I dont have ODBC installed.. dont know how to do that)
ex:
Bill To: CompanyHere
Address Line 1,
City, Prov, Postal Code
would like cell "CompanyHere" to AUTOFILL all three lines if I type "C" if the only company name I had in my list started with C. (same goes for any other letter, or name for that matter)
THANKS IN ADVANCE! I've also checked office online for template references, and help tutorials and still no luck.
--------------------------------------------------------
Problem 2:
At the top I have Date: =TODAY(). (for invoice date of the day I start making the invoice, very basic yes..
At the bottom, another cell i have is DUE DATE:
How do I write a function/formula that calculates exactly 30 days past the initial Date field? I think im on the right track, so far I have:
=DATEDIF(B8,?,"MD")
Thanks again for any help!
Found out that this does it perfectly for problem 2!:
http://www.ozgrid.com/Excel/add-month.htm