Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Hiding numbers of a functon

I have a column of a simple function. It is to multiply one cell entry by 4
and then add the answers of all the rows at the bottom. The function is
simply written Product (H5,4), (H6,4), (H7,4) and so on. Once I set up the
formula in the cell and click out, '4' is shown in each cell. When I re-enter
to check the formula, the function box shows the correct formula and says
(H5=0), 4=4. Is this the new math? Anyway, with all the column's cells
displaying '4', the total at the bottom adds those fours to correct cells
above, throwing off the answer.
Why do those fours not dissappear?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Hiding numbers of a functon

Product ignores empty cells. So, if H5 = empty the only number to multiply
is 4. So, 4 is the result.

You don't need the Product function to do this. Just enter:

=H5*4

Now, if H5 is empty the result will be 0.

Biff

"Stuts" wrote in message
...
I have a column of a simple function. It is to multiply one cell entry by
4
and then add the answers of all the rows at the bottom. The function is
simply written Product (H5,4), (H6,4), (H7,4) and so on. Once I set up the
formula in the cell and click out, '4' is shown in each cell. When I
re-enter
to check the formula, the function box shows the correct formula and says
(H5=0), 4=4. Is this the new math? Anyway, with all the column's cells
displaying '4', the total at the bottom adds those fours to correct cells
above, throwing off the answer.
Why do those fours not dissappear?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Hiding numbers of a functon


That did the trick. Does the star symbol just designate 'multiply'?

"T. Valko" wrote:

Product ignores empty cells. So, if H5 = empty the only number to multiply
is 4. So, 4 is the result.

You don't need the Product function to do this. Just enter:

=H5*4

Now, if H5 is empty the result will be 0.

Biff

"Stuts" wrote in message
...
I have a column of a simple function. It is to multiply one cell entry by
4
and then add the answers of all the rows at the bottom. The function is
simply written Product (H5,4), (H6,4), (H7,4) and so on. Once I set up the
formula in the cell and click out, '4' is shown in each cell. When I
re-enter
to check the formula, the function box shows the correct formula and says
(H5=0), 4=4. Is this the new math? Anyway, with all the column's cells
displaying '4', the total at the bottom adds those fours to correct cells
above, throwing off the answer.
Why do those fours not dissappear?




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Hiding numbers of a functon

Does the star symbol just designate 'multiply'?

Yes

Biff

"Stuts" wrote in message
...

That did the trick. Does the star symbol just designate 'multiply'?

"T. Valko" wrote:

Product ignores empty cells. So, if H5 = empty the only number to
multiply
is 4. So, 4 is the result.

You don't need the Product function to do this. Just enter:

=H5*4

Now, if H5 is empty the result will be 0.

Biff

"Stuts" wrote in message
...
I have a column of a simple function. It is to multiply one cell entry
by
4
and then add the answers of all the rows at the bottom. The function is
simply written Product (H5,4), (H6,4), (H7,4) and so on. Once I set up
the
formula in the cell and click out, '4' is shown in each cell. When I
re-enter
to check the formula, the function box shows the correct formula and
says
(H5=0), 4=4. Is this the new math? Anyway, with all the column's cells
displaying '4', the total at the bottom adds those fours to correct
cells
above, throwing off the answer.
Why do those fours not dissappear?






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
Hiding row and column letters and numbers... Steven Keeling Excel Worksheet Functions 5 October 2nd 06 05:27 PM
How to set the default color for fill in functon? Eric Excel Discussion (Misc queries) 5 May 16th 06 03:36 AM
How to set the default color for fill in functon? Eric Setting up and Configuration of Excel 3 May 15th 06 03:09 PM
custom worksheet functon is changed to lowercase Richard Excel Worksheet Functions 0 January 4th 06 03:59 PM
Hiding Numbers DNA Excel Discussion (Misc queries) 5 May 5th 05 10:19 PM


All times are GMT +1. The time now is 10:35 AM.

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

About Us

"It's about Microsoft Excel"