Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Prior Sayin
 
Posts: n/a
Default Hide Contents of Calculated Cell

Hi:

I have 4 columns:

Quantity Description Unit Price Extension

My Extension value is =(Quantity*Unit Price)

This works fine, but it enters $0.00 when no Quantity is entered. As I list
all Descriptions, only quantity gets entered. I need to suppress the
Extension value so it is blank if Quantity is blank.

Thank you so very much,

Prior.


  #2   Report Post  
Trevor Shuttleworth
 
Posts: n/a
Default

Prior

=IF(Quantity=0,"",Quantity*Unit Price)

Regards

Trevor


"Prior Sayin" wrote in message
...
Hi:

I have 4 columns:

Quantity Description Unit Price Extension

My Extension value is =(Quantity*Unit Price)

This works fine, but it enters $0.00 when no Quantity is entered. As I
list all Descriptions, only quantity gets entered. I need to suppress the
Extension value so it is blank if Quantity is blank.

Thank you so very much,

Prior.



  #3   Report Post  
Prior Sayin
 
Posts: n/a
Default

Beautiful - thanks, Trevor.

Prior Sayin


"Trevor Shuttleworth" wrote in message
...
Prior

=IF(Quantity=0,"",Quantity*Unit Price)

Regards

Trevor


"Prior Sayin" wrote in message
...
Hi:

I have 4 columns:

Quantity Description Unit Price Extension

My Extension value is =(Quantity*Unit Price)

This works fine, but it enters $0.00 when no Quantity is entered. As I
list all Descriptions, only quantity gets entered. I need to suppress
the Extension value so it is blank if Quantity is blank.

Thank you so very much,

Prior.





  #4   Report Post  
Trevor Shuttleworth
 
Posts: n/a
Default

You're welcome

Regards

Trevor


"Prior Sayin" wrote in message
...
Beautiful - thanks, Trevor.

Prior Sayin


"Trevor Shuttleworth" wrote in message
...
Prior

=IF(Quantity=0,"",Quantity*Unit Price)

Regards

Trevor


"Prior Sayin" wrote in message
...
Hi:

I have 4 columns:

Quantity Description Unit Price Extension

My Extension value is =(Quantity*Unit Price)

This works fine, but it enters $0.00 when no Quantity is entered. As I
list all Descriptions, only quantity gets entered. I need to suppress
the Extension value so it is blank if Quantity is blank.

Thank you so very much,

Prior.







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
Can I use the contents of a cell to satisfy the result_vector arg. robh_2 Excel Worksheet Functions 3 February 24th 05 08:14 PM
Cell contents vs. Formula contents Sarah Excel Discussion (Misc queries) 3 December 15th 04 06:02 PM
How do I add a date formula to a cell but hide the contents with . Emzy Wemzy Excel Discussion (Misc queries) 2 December 12th 04 01:48 PM
Display actual contents of cell xmasbob Excel Discussion (Misc queries) 1 December 6th 04 05:09 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


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