#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default function help!

hi i have a spreadsheet that im doing for the inventory of my restaurant. I
have 300 rows and 5 Columns. My last columns is the total price of each row
for each different item. But the problem is i dont want to put a function in
each cell individually. Is there a way for me to add a function to all the
whole column of E.
The function im using is PRODUCT =A8*D8. The only thing that changes in
each function is the row number which equals the 8 in this example would
there be a way for me to select all of column E and put the function =A*D and
it would add the row number automatically ?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default function help!

Not sure I understand. Maybe something like this:

=SUMPRODUCT(A8:A20,D8:D20)

--
Biff
Microsoft Excel MVP


"stephaniearaujo22" wrote in
message ...
hi i have a spreadsheet that im doing for the inventory of my restaurant.
I
have 300 rows and 5 Columns. My last columns is the total price of each
row
for each different item. But the problem is i dont want to put a function
in
each cell individually. Is there a way for me to add a function to all the
whole column of E.
The function im using is PRODUCT =A8*D8. The only thing that changes in
each function is the row number which equals the 8 in this example would
there be a way for me to select all of column E and put the function =A*D
and
it would add the row number automatically ?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default function help!

Try
=SUMPRODUCT(A2:A10,D2:D10)

If this post helps click Yes
---------------
Jacob Skaria


"stephaniearaujo22" wrote:

hi i have a spreadsheet that im doing for the inventory of my restaurant. I
have 300 rows and 5 Columns. My last columns is the total price of each row
for each different item. But the problem is i dont want to put a function in
each cell individually. Is there a way for me to add a function to all the
whole column of E.
The function im using is PRODUCT =A8*D8. The only thing that changes in
each function is the row number which equals the 8 in this example would
there be a way for me to select all of column E and put the function =A*D and
it would add the row number automatically ?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default function help!

I was wondering more if u can add a function to more than one cell at a time
.. Like if i were to select 50 cells and add a function to all of them instead
of going to each one and writing in a function

"Jacob Skaria" wrote:

Try
=SUMPRODUCT(A2:A10,D2:D10)

If this post helps click Yes
---------------
Jacob Skaria


"stephaniearaujo22" wrote:

hi i have a spreadsheet that im doing for the inventory of my restaurant. I
have 300 rows and 5 Columns. My last columns is the total price of each row
for each different item. But the problem is i dont want to put a function in
each cell individually. Is there a way for me to add a function to all the
whole column of E.
The function im using is PRODUCT =A8*D8. The only thing that changes in
each function is the row number which equals the 8 in this example would
there be a way for me to select all of column E and put the function =A*D and
it would add the row number automatically ?

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default function help!

Can you elaborate your requirement..
=SUMPRODUCT(range1,range2) will do exactly what you mentioned in your
original post.

If this post helps click Yes
---------------
Jacob Skaria


"stephaniearaujo22" wrote:

I was wondering more if u can add a function to more than one cell at a time
. Like if i were to select 50 cells and add a function to all of them instead
of going to each one and writing in a function

"Jacob Skaria" wrote:

Try
=SUMPRODUCT(A2:A10,D2:D10)

If this post helps click Yes
---------------
Jacob Skaria


"stephaniearaujo22" wrote:

hi i have a spreadsheet that im doing for the inventory of my restaurant. I
have 300 rows and 5 Columns. My last columns is the total price of each row
for each different item. But the problem is i dont want to put a function in
each cell individually. Is there a way for me to add a function to all the
whole column of E.
The function im using is PRODUCT =A8*D8. The only thing that changes in
each function is the row number which equals the 8 in this example would
there be a way for me to select all of column E and put the function =A*D and
it would add the row number automatically ?



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default function help!

Ok. So I want to add a function to every single cell in a column of over 200
cells, but i dont want to have to go to each individual cell to write in the
function so i wanted to know if it was possible to do it in all one shot.

"T. Valko" wrote:

Not sure I understand. Maybe something like this:

=SUMPRODUCT(A8:A20,D8:D20)

--
Biff
Microsoft Excel MVP


"stephaniearaujo22" wrote in
message ...
hi i have a spreadsheet that im doing for the inventory of my restaurant.
I
have 300 rows and 5 Columns. My last columns is the total price of each
row
for each different item. But the problem is i dont want to put a function
in
each cell individually. Is there a way for me to add a function to all the
whole column of E.
The function im using is PRODUCT =A8*D8. The only thing that changes in
each function is the row number which equals the 8 in this example would
there be a way for me to select all of column E and put the function =A*D
and
it would add the row number automatically ?



.

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 19
Default function help!

Ok, what you want to do is fill down. Select the first function you created
incolumn e (which is E2). You will notice that the highlighted cell has a
small box in the lower right hand corner. If you double click that, it will
fill down that formula until your data in D is complete. You also have the
option of dragging from that small box to any number of cells down.

Hope this helps.

TFT

"stephaniearaujo22" wrote:

Ok. So I want to add a function to every single cell in a column of over 200
cells, but i dont want to have to go to each individual cell to write in the
function so i wanted to know if it was possible to do it in all one shot.

"T. Valko" wrote:

Not sure I understand. Maybe something like this:

=SUMPRODUCT(A8:A20,D8:D20)

--
Biff
Microsoft Excel MVP


"stephaniearaujo22" wrote in
message ...
hi i have a spreadsheet that im doing for the inventory of my restaurant.
I
have 300 rows and 5 Columns. My last columns is the total price of each
row
for each different item. But the problem is i dont want to put a function
in
each cell individually. Is there a way for me to add a function to all the
whole column of E.
The function im using is PRODUCT =A8*D8. The only thing that changes in
each function is the row number which equals the 8 in this example would
there be a way for me to select all of column E and put the function =A*D
and
it would add the row number automatically ?



.

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
Excel Data Validation/Lookup function does function correcty Kirkey Excel Worksheet Functions 2 May 25th 09 09:22 PM
copy of excel file not showing formulal/function in the function b oaallam Excel Discussion (Misc queries) 4 September 6th 07 01:20 PM
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) [email protected] Excel Worksheet Functions 0 September 5th 06 03:44 PM
Offset function with nested match function not finding host ss. MKunert Excel Worksheet Functions 1 March 21st 06 10:46 PM
Emulate Index/Match combo function w/ VBA custom function Spencer Hutton Excel Worksheet Functions 2 May 2nd 05 05:26 PM


All times are GMT +1. The time now is 09:55 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"