Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 60
Default I dont want my cells equal to one

I am making an invoice and I have many lines blank under "hours". I made one
cell with the hourly rate. I then put in the product funtion in te amount
own as the hourly rate cell times the hours work to get the amount for the
amount of that one job description. that works great. the problem is when I
have unused columns, the hour column should be blank, and I want it to be
blank. But what happens is amount own mutiplies the hourly rate by one. It
should be zero. how can i make blank cells to equal zero, and NOT one??
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default I dont want my cells equal to one



"carolyn" wrote:

I am making an invoice and I have many lines blank under "hours". I made one
cell with the hourly rate. I then put in the product funtion in te amount
own as the hourly rate cell times the hours work to get the amount for the
amount of that one job description. that works great. the problem is when I
have unused columns, the hour column should be blank, and I want it to be
blank. But what happens is amount own mutiplies the hourly rate by one. It
should be zero. how can i make blank cells to equal zero, and NOT one??


Set the formula with the IF worksheet function ie. =if(B4="","",C4*B4)
B4 = Hour worked, B4 = Hourly rate


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default I dont want my cells equal to one



"tigermoth" wrote:



"carolyn" wrote:

I am making an invoice and I have many lines blank under "hours". I made one
cell with the hourly rate. I then put in the product funtion in te amount
own as the hourly rate cell times the hours work to get the amount for the
amount of that one job description. that works great. the problem is when I
have unused columns, the hour column should be blank, and I want it to be
blank. But what happens is amount own mutiplies the hourly rate by one. It
should be zero. how can i make blank cells to equal zero, and NOT one??


Set the formula with the IF worksheet function ie. =if(B4="","",C4*B4)
B4 = Hour worked, C4 = Hourly rate


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default I dont want my cells equal to one

You don't need to use the PRODUCT function. Just use something like this:

=A1*B1

If one or the other cell is empty the result will be 0.

Or, if you want the result cell to return a blank:

=IF(COUNT(A1:B1)<2,"",A1*B1)


--
Biff
Microsoft Excel MVP


"carolyn" wrote in message
...
I am making an invoice and I have many lines blank under "hours". I made
one
cell with the hourly rate. I then put in the product funtion in te amount
own as the hourly rate cell times the hours work to get the amount for the
amount of that one job description. that works great. the problem is
when I
have unused columns, the hour column should be blank, and I want it to be
blank. But what happens is amount own mutiplies the hourly rate by one.
It
should be zero. how can i make blank cells to equal zero, and NOT one??



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
How to verify that 3 cells are equal Scott Excel Worksheet Functions 6 April 2nd 23 06:36 PM
Delete the contents of all cells which dont contain formulae Warby Excel Discussion (Misc queries) 4 January 14th 08 04:16 PM
Sum equal cells Jaimi Blazek Excel Worksheet Functions 2 October 29th 07 07:31 PM
how to seperate cells with equal blank cells yaling Excel Discussion (Misc queries) 9 May 13th 07 07:04 PM
if two cells are equal? Clagge New Users to Excel 2 July 29th 05 11:41 AM


All times are GMT +1. The time now is 12:59 PM.

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"