Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 791
Default #Value in random cells

I have a formula to calculate the hours I work based upon time in and time
out - time in is deducted from time out. Since my time is based on two weeks
and starts on Sunday, ending on Saturday, my formula uses the ISBLANK
function, as I don't always have to come in on weekends. However, I have
random #VALUE! errors in the cells that show the time worked. Most of the
cells show a blank if there is no start time for the day, but I currently
have the value error on Monday and Tuesday of the second week. No matter how
many times I copy/paste from a working cell, or manually type in the formula,
this error won't go away. Any ideas as to what I might be missing? Thank
you.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default #Value in random cells

From help on error

Correct a #VALUE! error
Occurs when the wrong type of argument or operand is used.

Following this is a list of possible problems for you to check.

The usual cause is text instead of a number.

Check your time entries.


Gord Dibben MS Excel MVP


On Fri, 19 Jun 2009 09:58:01 -0700, Michael
wrote:

I have a formula to calculate the hours I work based upon time in and time
out - time in is deducted from time out. Since my time is based on two weeks
and starts on Sunday, ending on Saturday, my formula uses the ISBLANK
function, as I don't always have to come in on weekends. However, I have
random #VALUE! errors in the cells that show the time worked. Most of the
cells show a blank if there is no start time for the day, but I currently
have the value error on Monday and Tuesday of the second week. No matter how
many times I copy/paste from a working cell, or manually type in the formula,
this error won't go away. Any ideas as to what I might be missing? Thank
you.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,059
Default #Value in random cells

"Michael" wrote:
my formula uses the ISBLANK
function, as I don't always have to come in on weekends. However, I have
random #VALUE! errors in the cells that show the time worked. Most of the
cells show a blank if there is no start time for the day


Most likely, some cells that "show a blank" actually contain "", for example
resulting from formulas of the form IF(ISBLANK(A1),"",A1+B1).
Change ISBLANK(A1) to A1="". ISBLANK is true only when a cell has no
formula and no constant; that is, it is completely empty. A1="" also
returns true when A1 equals "".


----- original message -----

"Michael" wrote in message
...
I have a formula to calculate the hours I work based upon time in and time
out - time in is deducted from time out. Since my time is based on two
weeks
and starts on Sunday, ending on Saturday, my formula uses the ISBLANK
function, as I don't always have to come in on weekends. However, I have
random #VALUE! errors in the cells that show the time worked. Most of the
cells show a blank if there is no start time for the day, but I currently
have the value error on Monday and Tuesday of the second week. No matter
how
many times I copy/paste from a working cell, or manually type in the
formula,
this error won't go away. Any ideas as to what I might be missing? Thank
you.


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
How do I sum up random cells Josh W Excel Worksheet Functions 25 April 2nd 23 07:56 PM
Transpose random series of cells [email protected] Excel Worksheet Functions 1 November 16th 08 05:36 PM
Transpose random series of cells [email protected] Excel Worksheet Functions 0 November 15th 08 08:00 PM
random merged cells grant1 Excel Discussion (Misc queries) 0 July 24th 08 05:19 PM
select random value in a range of cells Pete Morris Excel Discussion (Misc queries) 4 March 30th 07 09:26 PM


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