A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Making custom templates with formulas



 
 
Thread Tools Display Modes
  #1  
Old March 8th, 2009, 07:01 PM posted to microsoft.public.excel.newusers
mg
external usenet poster
 
Posts: 68
Default Making custom templates with formulas

Hello all.
I am new at Excel and have read most all the threads here and I believe this
is definitely the place for me to come for help.
Thank you in advance for any advice you may have for me.
I am trying to make up some templates where I will be able to use the same
formula repeatedly on a month to month basis.
Right now this is all Greek to me but I'm sure I can learn.
I have Excel 2000.
I'd like to set up a few different templates but am not sure how to enter
the formulas and save them.
First template I'd like to set up would be one with 7 columns and up to 50
rows.
Column A would be date
Column B would be a given invoice #.
Column C would be a given amount from an invoice.
Clolumn D would be column C times 5 percent
Column E would be an entered varying # or sometimes zero
Column F would be Column C plus column D
Is there a formula I could put in to these columns to do these functions?
I sure hope so !!! It would sure make my job easier.I have a few more
templates I would like to set up but I won't ask about them unless this is
even "doable"...
Thank you for any help.
MG
  #2  
Old March 8th, 2009, 09:22 PM posted to microsoft.public.excel.newusers
Sheeloo[_3_]
external usenet poster
 
Posts: 1,713
Default Making custom templates with formulas

Enter your column headings in Row1
Then type this in D2 and press ENTER
=C2*5

It will show 0 till you enter something in C2. To avoid that you can use
=IF(C2="","",C2*5)

Similary enter in F2
=C2+D2
which is same as
=C2*6 since D2 is five times C2

You can copy these down Col C and D

or



"MG" wrote:

Hello all.
I am new at Excel and have read most all the threads here and I believe this
is definitely the place for me to come for help.
Thank you in advance for any advice you may have for me.
I am trying to make up some templates where I will be able to use the same
formula repeatedly on a month to month basis.
Right now this is all Greek to me but I'm sure I can learn.
I have Excel 2000.
I'd like to set up a few different templates but am not sure how to enter
the formulas and save them.
First template I'd like to set up would be one with 7 columns and up to 50
rows.
Column A would be date
Column B would be a given invoice #.
Column C would be a given amount from an invoice.
Clolumn D would be column C times 5 percent
Column E would be an entered varying # or sometimes zero
Column F would be Column C plus column D
Is there a formula I could put in to these columns to do these functions?
I sure hope so !!! It would sure make my job easier.I have a few more
templates I would like to set up but I won't ask about them unless this is
even "doable"...
Thank you for any help.
MG

  #3  
Old March 8th, 2009, 10:22 PM posted to microsoft.public.excel.newusers
mg
external usenet poster
 
Posts: 68
Default Making custom templates with formulas

Thank you Sheeloo...I am going to go giv it a whirl...I am excited!!woohoo!
--
MG


"Sheeloo" wrote:

Enter your column headings in Row1
Then type this in D2 and press ENTER
=C2*5

It will show 0 till you enter something in C2. To avoid that you can use
=IF(C2="","",C2*5)

Similary enter in F2
=C2+D2
which is same as
=C2*6 since D2 is five times C2

You can copy these down Col C and D

or



"MG" wrote:

Hello all.
I am new at Excel and have read most all the threads here and I believe this
is definitely the place for me to come for help.
Thank you in advance for any advice you may have for me.
I am trying to make up some templates where I will be able to use the same
formula repeatedly on a month to month basis.
Right now this is all Greek to me but I'm sure I can learn.
I have Excel 2000.
I'd like to set up a few different templates but am not sure how to enter
the formulas and save them.
First template I'd like to set up would be one with 7 columns and up to 50
rows.
Column A would be date
Column B would be a given invoice #.
Column C would be a given amount from an invoice.
Clolumn D would be column C times 5 percent
Column E would be an entered varying # or sometimes zero
Column F would be Column C plus column D
Is there a formula I could put in to these columns to do these functions?
I sure hope so !!! It would sure make my job easier.I have a few more
templates I would like to set up but I won't ask about them unless this is
even "doable"...
Thank you for any help.
MG

  #4  
Old March 9th, 2009, 03:48 AM posted to microsoft.public.excel.newusers
mg
external usenet poster
 
Posts: 68
Default Making custom templates with formulas

Thank you Sheeloo it worked like a dream...I made two templates with
functions and I'm on a roll. You've made my like a whole lot sweeter.Thank
you very much.
--
MG


"MG" wrote:

Thank you Sheeloo...I am going to go giv it a whirl...I am excited!!woohoo!
--
MG


"Sheeloo" wrote:

Enter your column headings in Row1
Then type this in D2 and press ENTER
=C2*5

It will show 0 till you enter something in C2. To avoid that you can use
=IF(C2="","",C2*5)

Similary enter in F2
=C2+D2
which is same as
=C2*6 since D2 is five times C2

You can copy these down Col C and D

or



"MG" wrote:

Hello all.
I am new at Excel and have read most all the threads here and I believe this
is definitely the place for me to come for help.
Thank you in advance for any advice you may have for me.
I am trying to make up some templates where I will be able to use the same
formula repeatedly on a month to month basis.
Right now this is all Greek to me but I'm sure I can learn.
I have Excel 2000.
I'd like to set up a few different templates but am not sure how to enter
the formulas and save them.
First template I'd like to set up would be one with 7 columns and up to 50
rows.
Column A would be date
Column B would be a given invoice #.
Column C would be a given amount from an invoice.
Clolumn D would be column C times 5 percent
Column E would be an entered varying # or sometimes zero
Column F would be Column C plus column D
Is there a formula I could put in to these columns to do these functions?
I sure hope so !!! It would sure make my job easier.I have a few more
templates I would like to set up but I won't ask about them unless this is
even "doable"...
Thank you for any help.
MG

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:26 AM.


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