Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 55
Default Continuing Formula - try 3

Sorry if this is a repeat, I keep getting an error message.
Excel 2007
I am using the following formulas in cell D13;
=IF(ISNA(VLOOKUP(C13,List!$A$1:$D$306,2,FALSE)),"" ,VLOOKUP(C13,List!$A$1:$D$306,2,FALSE))
In cell E13; =SUM(D13*0.3645)
In cell F13; =SUM(B13*E13)
When C13 is empty, nothing shows up in D13 - good, but I would like to have
nothing show up in both E13 and F13, (right now #VALUE shows up), when C13 is
empty. At the end the colum must total for this I am using;
=SUMIF(F13:F38,"<1E100")

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Continuing Formula - try 3

Try these:

E13:

=IF(OR(C13="",D13=""),"",D13*0.3645)

F13:

=IF(OR(C13="",D13=""),"",B13*E13)

Then you can use a simple SUM function at the bottom of the column.

--
Biff
Microsoft Excel MVP


"Canon" wrote in message
...
Sorry if this is a repeat, I keep getting an error message.
Excel 2007
I am using the following formulas in cell D13;
=IF(ISNA(VLOOKUP(C13,List!$A$1:$D$306,2,FALSE)),"" ,VLOOKUP(C13,List!$A$1:$D$306,2,FALSE))
In cell E13; =SUM(D13*0.3645)
In cell F13; =SUM(B13*E13)
When C13 is empty, nothing shows up in D13 - good, but I would like to
have
nothing show up in both E13 and F13, (right now #VALUE shows up), when C13
is
empty. At the end the colum must total for this I am using;
=SUMIF(F13:F38,"<1E100")



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
Continuing Headers Gr8 Dane Excel Discussion (Misc queries) 2 February 3rd 09 09:08 AM
Continuing Macro Jase4now Excel Discussion (Misc queries) 5 May 20th 08 07:50 PM
formulas continuing crtreporter Excel Worksheet Functions 1 April 13th 07 08:16 PM
continuing formula when cells are empty Cyrus Excel Worksheet Functions 1 February 17th 06 03:59 PM
Continuing formulas jess New Users to Excel 1 May 20th 05 03:08 PM


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