+ Reply to Thread
Results 1 to 15 of 15

Excel 2007 : help with #VALUE error

  1. #1
    Registered User
    Join Date
    01-12-2011
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    9

    help with #VALUE error

    Hi I’m looking for some help on Excel 2007 which has been doing my head in for a while now.

    I’m using excel to add up the results from a number of different time sheets at work, Each person has a workbook with 5 worksheets Week 1 to 4 and then total sheet which adds up the results (we have different codes for different activities which are added up with a countif formula). I now need to add up all the totals for everyone onto one sheet.

    I know only a little bit about excel so what I’ve done is setup a master work book and pasted in a copy of each persons total for there sheet, then the final sheet adds up all the information which seems to work fine until I go out and come back into the sheet. I then get a message saying this workbook contains links to other data sources. If I click don’t update then everything seems to be ok however I guess this won't bring in the updated figures if anyone has changed their time sheet? If I click update the then excels throws a bit of a wobbler and fills the spreadsheet with #VALUE! error, this is really driving me mad as the error doesn’t appear on everyone’s time sheet, and if I go in and open each persons original time sheet then this then gets rid of the error on the master time sheet.

    Sorry it not the greatest explanation but I wondered if anyone could offer any advice on how I can stop excel from showing this error, any help would be great. Thanks Dave

  2. #2
    Valued Forum Contributor scottylad2's Avatar
    Join Date
    09-03-2010
    Location
    edinburgh
    MS-Off Ver
    Office 2007 Prof & Office 2010 Student Edition
    Posts
    629

    Re: help with #VALUE error

    are all the other workbooks open at the same time you're updating? that could be your problem, trying to update from closed worrkbooks
    Windows 7 using Office 2007 & 2010

    Remember your [ code ] [ /code ] tags, makes reading soooo much easier

  3. #3
    Registered User
    Join Date
    01-12-2011
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: help with #VALUE error

    Quote Originally Posted by scottylad2 View Post
    are all the other workbooks open at the same time you're updating? that could be your problem, trying to update from closed worrkbooks
    Ah never really thought about that, I would guess most people would have their open as we have to fill them in thoughout the day, I dont remember seeing too many "this time sheet is open" warnings though. Would this be why someone peoples dont have the #VALUE error as they were not in the timesheet at the time?

  4. #4
    Registered User
    Join Date
    01-12-2011
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: help with #VALUE error

    Had a go at opening the spreadsheets this morning when no one was in but still getting the error so don't think it can be that. Any other ideas?

  5. #5
    Registered User
    Join Date
    01-12-2011
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: help with #VALUE error

    Done a bit of research and found something that suggests that I should change the formula I'm using to include Sum and take out the + signs.

    The Formula I was using is

    ='Clare Thompson'!C4+'Dave Goodhand'!C4+'Guy Hobson'!C4+'John Cousins'!C4+'Kevin Cadman'!C4+'Louise Gouldthorpe'!C4+'Martin Salmon'!C4+'Phillip George'!C4+'Rachael Ireson'!C4+'Sian Everett'!C4+'Steve DeBoer'!C4+'Tony Riley'!C4+'Tracey Duffort'!C4+'Trevor Honess'!C4+'Dave Allen'!C4

    after seeing the comments about sum and + I changed it to but its still giving the Value error

    =SUM('Clare Thompson'!C4,'Dave Goodhand'!C4,'Guy Hobson'!C4,'John Cousins'!C4,'Kevin Cadman'!C4,'Louise Gouldthorpe'!C4,'Martin Salmon'!C4,'Phillip George'!C4,'Rachael Ireson'!C4,'Sian Everett'!C4,'Steve DeBoer'!C4,'Tony Riley'!C4,'Tracey Duffort'!C4,'Trevor Honess'!C4,'Dave Allen'!C4)

    I've also had a go at just having one sheet and using this as the totals master I've not copied the other sheets like I did before and only used three people . The formula for this one seems to work and updates fine with now errors, but excel now tells me the formulas too long so I can't get everyone on there. I used this formula

    =SUM('G:\Time Sheets\Clare Thompson\[Timesheet Period Ending 040211 CLT .xls]Sheet2'!$C$4,'G:\Time Sheets\Dave Goodhand\[Timesheet Period Ending 040211.xls]Sheet2'!$C$4,'G:\Time Sheets\John Cousins\[Timesheet Period Ending 06-02-11 JC.xls]Sheet2'!$C$4)

    could someone have a look at the above and see what I maybe doing wrong or suggest a way around the formula which is too long for excel. Thanks

  6. #6
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: help with #VALUE error

    Do you have underlying #VALUE! errors in any of the cells you're referencing ?

  7. #7
    Registered User
    Join Date
    01-12-2011
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: help with #VALUE error

    Don't think so they all appear ok in each persons totals sheet, guess if there was a problem I would be able to see the #value! error in one of the cells?
    Last edited by DaveG46; 01-20-2011 at 11:00 AM.

  8. #8
    Registered User
    Join Date
    01-12-2011
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: help with #VALUE error

    Would a Countif formula in the original data which I'm using cause the Value error?

  9. #9
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: help with #VALUE error

    Only if it returns a #VALUE! error - which it would if linked to a closed file.

  10. #10
    Registered User
    Join Date
    01-12-2011
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: help with #VALUE error

    Quote Originally Posted by DonkeyOte View Post
    Only if it returns a #VALUE! error - which it would if linked to a closed file.
    What do you mean by a closed file?

  11. #11
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: help with #VALUE error

    If you have a COUNTIF formula that points to another file and that file is closed then the COUNTIF will return #VALUE! when calculated.

  12. #12
    Registered User
    Join Date
    01-12-2011
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: help with #VALUE error

    Cheers DonkeyOte will give that a look, every little helps, I will get to the bottom this error eventually. For now I'm opening everyones timesheet before I open the master sheet and then clicking update which seems to sort my problem.

  13. #13
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: help with #VALUE error

    If the COUNTIF is pointed at a timesheet file that file would need to be open.

    If that is indeed the case and you prefer to keep the files closed you can replace the COUNTIF with SUMPRODUCT - the latter is however a less efficient function.

  14. #14
    Registered User
    Join Date
    01-12-2011
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: help with #VALUE error

    Thanks but Sumproduct gives a value error in the original file. The countif formula is used to add up the different codes which people enter, these are made up of text and numbers such as AD01 or GA01

  15. #15
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: help with #VALUE error

    @DaveG46, as I am sure you can appreciate - with nothing to see / work on it's hard for anyone to provide meaningful comment I'm afraid.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1