(Why is my forum tools add on making the data look like this? Am I using an old version?)
This is even mission critical, I just want to do it on my invoices because it can be done.
I currently just manually add 30 days to the invoice date, then use the last four digits of the customers phone number to generate the invoice numbers.
The phone number is in A13, invoice date is in B15, the result I want is in C15, the closest I can get is the test in cell E14.
(sorry again for the way this looks, if someone can direct me to a better add on I'd appreciate it.)
[TABLE="class: head"]
<tbody>[TR]
[TH] [/TH]
[TH]
[TH]
[TH]
[TH]
[TH]
[/TR]
[TR]
[TD]
[TD]513.671.1111[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]
[TD]
[TD]
[TD]
[TD][/TD]
[TD]=SUBSTITUTE(CONCATENATE(B15,RIGHT(A13,4)),"/","")[/TD]
[/TR]
[TR]
[TD]
[TD]
[TD]
[TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid"]
<tbody>[TR]
[TD]Sheet: Sheet1[/TD]
[/TR]
</tbody>[/TABLE]
This is even mission critical, I just want to do it on my invoices because it can be done.
I currently just manually add 30 days to the invoice date, then use the last four digits of the customers phone number to generate the invoice numbers.
The phone number is in A13, invoice date is in B15, the result I want is in C15, the closest I can get is the test in cell E14.
(sorry again for the way this looks, if someone can direct me to a better add on I'd appreciate it.)
[TABLE="class: head"]
<tbody>[TR]
[TH] [/TH]
[TH]
A
[/TH][TH]
B
[/TH][TH]
C
[/TH][TH]
D
[/TH][TH]
E
[/TH][/TR]
[TR]
[TD]
13
[/TD][TD]513.671.1111[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]
14
[/TD][TD]
Order Date
[/TD][TD]
Invoice Date
[/TD][TD]
Invoice Number
[/TD][TD][/TD]
[TD]=SUBSTITUTE(CONCATENATE(B15,RIGHT(A13,4)),"/","")[/TD]
[/TR]
[TR]
[TD]
15
[/TD][TD]
07/02/18
[/TD][TD]
07/13/18
[/TD][TD]
0812181111
[/TD][TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid"]
<tbody>[TR]
[TD]Sheet: Sheet1[/TD]
[/TR]
</tbody>[/TABLE]