If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > help with a formula

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-30-04, 08:49
ben2001 ben2001 is offline
Registered User
 
Join Date: Jan 2004
Posts: 17
help with a formula

hi
im not very good with formulas so i wonder if anyone could help me out with this...if cell A19 is empty then show nothing, but if A19 does have something in it then work out D19*E19 in F19
Reply With Quote
  #2 (permalink)  
Old 01-30-04, 09:22
shades shades is offline
Registered User
 
Join Date: Oct 2003
Posts: 1,091
Quote:
im not very good with formulas so i wonder if anyone could help me out with this...if cell A19 is empty then show nothing, but if A19 does have something in it then work out D19*E19 in F19

Put this in F19

=IF(A19="","",D19*E19)

HTH
__________________
old, slow, and confused
but at least I'm inconsistent!

Rich
(retired Excel 2003 user, 3/28/2008)

How to ask a question on forums
Reply With Quote
  #3 (permalink)  
Old 01-30-04, 09:42
ben2001 ben2001 is offline
Registered User
 
Join Date: Jan 2004
Posts: 17
thanx thats great, worked a treat!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On