Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default text with a numeric funtion

I am very new to xl and am trying to create invoices for my business. And on
these invoices I have a terms list showing "On Reciept, Net 30, and 2% 10
Net 30."
I also show a Invoice date and a due date.
I would like to to be able to type in my invoice date then choose from my
terms list and have it add the appropriate number to that date and show me my
due date. for example

Invoice Date
12/20/2007

Terms
Net 30 from pop down menu.. i have already built the pop down list. By
choosing Net 30 It adds 30 days to the above invoice date. With "On Receipt"
it will add 0 etc.

Due Date
01/19/2008


Is this possible? is it possible to have text with a numeric value.
P.s I don't know lingo so if you could explain it to me in very simple terms
that I can understand that would be great. Thank you for your help Ive been
working on trying to find the solution for about 4 hours now.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default text with a numeric funtion

This is how I would do it:
The validation list (popup menu) would have columns
Column 1 the text to use such as "Net 30 days"
Column 2 the number of days (eg 30)
Column 3 anyother data needed
Now when you select Net 30, a VLOOKUP would retrieve the 30 from column 2
and add it to invoice date
as in ="Due Date" & Text(Vlookup(....)+A1,"dd/mm/yy"), where A1 is the
Invoice date
Any help?
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"Desperate for Help" <Desperate for wrote in
message ...
I am very new to xl and am trying to create invoices for my business. And
on
these invoices I have a terms list showing "On Reciept, Net 30, and 2%
10
Net 30."
I also show a Invoice date and a due date.
I would like to to be able to type in my invoice date then choose from my
terms list and have it add the appropriate number to that date and show me
my
due date. for example

Invoice Date
12/20/2007

Terms
Net 30 from pop down menu.. i have already built the pop down list.
By
choosing Net 30 It adds 30 days to the above invoice date. With "On
Receipt"
it will add 0 etc.

Due Date
01/19/2008


Is this possible? is it possible to have text with a numeric value.
P.s I don't know lingo so if you could explain it to me in very simple
terms
that I can understand that would be great. Thank you for your help Ive
been
working on trying to find the solution for about 4 hours now.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 364
Default text with a numeric funtion

I'm not sure about your "2% 10 Net 30" bit. Do you have just three
alternatives for your terms, of which "On receipt" adds 0 days and the other
two add 30 days? If so, let's say the invoice date is in A1 and the terms
(from your drop-down list) in B1. In the due date cell you could use a
formula such as
=A1+IF(B1="On receipt",0,30)
(You need to format both date cells with a suitable date format.)
We could extend this if there are further alternatives. Post back with
details if you need more help.

"Desperate for Help" <Desperate for wrote in
message ...
I am very new to xl and am trying to create invoices for my business. And
on
these invoices I have a terms list showing "On Reciept, Net 30, and 2%
10
Net 30."
I also show a Invoice date and a due date.
I would like to to be able to type in my invoice date then choose from my
terms list and have it add the appropriate number to that date and show me
my
due date. for example

Invoice Date
12/20/2007

Terms
Net 30 from pop down menu.. i have already built the pop down list.
By
choosing Net 30 It adds 30 days to the above invoice date. With "On
Receipt"
it will add 0 etc.

Due Date
01/19/2008


Is this possible? is it possible to have text with a numeric value.
P.s I don't know lingo so if you could explain it to me in very simple
terms
that I can understand that would be great. Thank you for your help Ive
been
working on trying to find the solution for about 4 hours now.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
text to numeric [email protected] Excel Worksheet Functions 5 December 19th 07 05:04 PM
text to numeric CLEM Excel Discussion (Misc queries) 3 October 17th 07 12:48 PM
Coverting text to numeric Steve Williams Excel Worksheet Functions 5 April 27th 06 09:37 PM
Numeric in Text to convert back to the form of Numeric for VLookup Purposes achilles Excel Discussion (Misc queries) 4 February 6th 06 07:05 AM
Text to Numeric lehigh46 Excel Worksheet Functions 3 July 28th 05 06:16 PM


All times are GMT +1. The time now is 08:33 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"