#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Blank Cells

I J K
Price Tax Total
21 $100 $10.00 $110.00
22
23

J21 calculates & displys the tax (10%)
K21 displays the sum of I & J


My formula in Tax column J21 is =sum(I21*0.1)
My formula in Total column K21 is =sum(I21:J21)


If no price is put into I21, I get the zero $ values.

If I21 is blank, how do I make J & K blank also?

I J K
Price Tax Total
21 $0.00 $0.00
22
23

TIA

Mario



  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Blank Cells

In J21: =IF(I21="","",I21*0.1)

K21: =IF(J21="","",I21+J21)

Copy down as required.

Hope this helps.

Pete

On Jan 10, 10:18*am, "Mario" wrote:
* * * * * * * I * * * * J * * * * * K
* * * * * *Price * * *Tax * * * *Total
21 * * *$100 * * $10.00 * *$110.00
22
23

J21 calculates & displys the tax (10%)
K21 displays the sum of I & J

My formula in Tax column J21 is =sum(I21*0.1)
My formula in Total column K21 is *=sum(I21:J21)

If no price is put into I21, I get the zero $ values.

If *I21 is blank, how do I make J & K blank also?

* * * * * I * * * * *J * * * * * K
* * * Price * * Tax * * * Total
21 * * * * * * $0.00 * * *$0.00
22
23

TIA

Mario


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default Blank Cells

hi
in j column put this.....
=IF(I2="","",I2*0.1)
in k column put this...
=IF(I2="","",SUM(I2:J2))

regards
FSt1


"Mario" wrote:

I J K
Price Tax Total
21 $100 $10.00 $110.00
22
23

J21 calculates & displys the tax (10%)
K21 displays the sum of I & J


My formula in Tax column J21 is =sum(I21*0.1)
My formula in Total column K21 is =sum(I21:J21)


If no price is put into I21, I get the zero $ values.

If I21 is blank, how do I make J & K blank also?

I J K
Price Tax Total
21 $0.00 $0.00
22
23

TIA

Mario




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Blank Cells

J21: =IF(I21="","",I21*0.1)

K21: =IF(I21="","",SUM(I21:J21))

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Mario" wrote in message
...
I J K
Price Tax Total
21 $100 $10.00 $110.00
22
23

J21 calculates & displys the tax (10%)
K21 displays the sum of I & J


My formula in Tax column J21 is =sum(I21*0.1)
My formula in Total column K21 is =sum(I21:J21)


If no price is put into I21, I get the zero $ values.

If I21 is blank, how do I make J & K blank also?

I J K
Price Tax Total
21 $0.00 $0.00
22
23

TIA

Mario





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
Index/match - make blank cells return a blank value. diaare Excel Worksheet Functions 3 May 3rd 23 03:44 AM
Maximum Number of Blank Cells between Non Blank Cells in a Range Mal Excel Worksheet Functions 5 November 3rd 07 08:21 AM
How to count blank cells (Rows) between Non-Blank cells in Col "A" Dennis Excel Discussion (Misc queries) 8 July 20th 06 11:25 PM
Imported Data creates blank cells that aren't really blank JackieD Excel Worksheet Functions 14 February 23rd 06 12:57 AM
Making Blank Cells Really Blank (Zen Koan) Ralph Excel Worksheet Functions 2 April 11th 05 12:07 AM


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