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 / December 2005

Tip: Looking for answers? Try searching our database.

#VALUE! Error

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
DJL - 23 Dec 2005 16:20 GMT
in cell E8  I have this formula: =IF(ISBLANK(D8),"",D8*$B$2)
I get the #VALUE! error.
Can someone tell me why and how I can correct it.
I am just trying to say that if D8 is empty don't show anything, if
populated multiply D8 by B2.

Thank you for your help

Signature

Diana

DJL - 23 Dec 2005 16:43 GMT
Oh, I forgot to say that D8 does have a formula in it. So that must be why I
get the error--the cell is not blank. Is there anything I can do so it does
not show on spreadsheet.
RagDyeR - 23 Dec 2005 17:00 GMT
Try this:

=IF(D8="","",D8*$B$2)

Signature

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================

Oh, I forgot to say that D8 does have a formula in it. So that must be why I
get the error--the cell is not blank. Is there anything I can do so it does
not show on spreadsheet.
CLR - 23 Dec 2005 16:53 GMT
There is probably some text character, like a space in the cell D8

=IF(OR(ISTEXT(D8),ISBLANK(D8)),"",D8*$B$2)

Vaya con Dios,
Chuck, CABGx3

> in cell E8  I have this formula: =IF(ISBLANK(D8),"",D8*$B$2)
> I get the #VALUE! error.
[quoted text clipped - 3 lines]
>
> Thank you for your help
DJL - 23 Dec 2005 16:59 GMT
Thank you so much for the quick reply. That worked beautifully!
Now can you tell me in plain english exactly what the formula says?
CLR - 23 Dec 2005 17:08 GMT
=IF(OR(ISTEXT(D8),ISBLANK(D8)),"",D8*$B$2) when placed in E8, says...

If EITHER D8 is text, OR D8 is blank, THEN leave E8 blank, OTHERWISE, return
the result of D8 times B2

Vaya con Dios,
Chuck, CABGx3

> Thank you so much for the quick reply. That worked beautifully!
> Now can you tell me in plain english exactly what the formula says?
Peo Sjoblom - 23 Dec 2005 17:29 GMT
The OP could also use

=PRODUCT(D8,$B$2)

this will return zero if any text value is involved and won't choke on it

Signature

Regards,

Peo Sjoblom

> =IF(OR(ISTEXT(D8),ISBLANK(D8)),"",D8*$B$2) when placed in E8, says...
>
[quoted text clipped - 6 lines]
> > Thank you so much for the quick reply. That worked beautifully!
> > Now can you tell me in plain english exactly what the formula says?
Ragdyer - 24 Dec 2005 21:38 GMT
<<<"this will return zero if any text value is involved">>>

Not really!
*Any* number in the range of Product() will be returned, not 0.

Can lead to some *possible* miscalculations.
Signature

Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

> The OP could also use
>
[quoted text clipped - 13 lines]
> > > Thank you so much for the quick reply. That worked beautifully!
> > > Now can you tell me in plain english exactly what the formula says?
 
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.