Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / November 2007

Tip: Looking for answers? Try searching our database.

Summary sheet returning #value!

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
brian.baker13@googlemail.com - 13 Nov 2007 17:06 GMT
have a summary table running using this formula:
=IF($B45="","",F11+R11+AD11+AP11+BB11+BN11+BZ11); copied down several
columns

B45-B51 contains descriptions of lines codes such as KIT KAT CHUNKY
MEDIUM EGG 6X235G XB

When B45-b51 are empty there is a formula in the box i.e. =B11 in the
box which is pulling through from the top of the sheet but when there
is no data there B45 remains empty

The trouble is when B45 contains no description of linecode i.e. my
production plant has not run an item the summary table does not see
this as a blank or 0

When B45 contains no linecode i want a blank or 0 to appear in my
summary box so the
formula will work..

Much Appreciated

Much Appreciated

Brian
JE McGimpsey - 13 Nov 2007 17:43 GMT
Perhaps you're "clearing" the cell using the spacebar, which inserts a
space character into the cell.

This may help:

   =IF(LEN(TRIM($B45))=0,"",F11+...)

The other factor is that the #VALUE! error indicates you've got text in
your argument cells (F11, R11, ...) which return #VALUE! when used in a
math function.

>  have a summary table running using this formula:
> =IF($B45="","",F11+R11+AD11+AP11+BB11+BN11+BZ11); copied down several
[quoted text clipped - 20 lines]
>
> Brian

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.