+ Reply to Thread
Results 1 to 20 of 20

Auto updates not working in Inputs

  1. #1
    Registered User
    Join Date
    11-12-2012
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    11

    Auto updates not working in Inputs

    Hello I have a spreadsheet with calls. In my inputs table I have a formula for each type of call to count how many are made. They are not auto updating. It is switched onto automatic but when a new call comes in, it is not counted in my inputs table.

    my formula : =COUNTIF(Log!$J19:$J3947, Inputs!N3)

  2. #2
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Auto updates not working in Inputs

    not sure if this is the problem, but it might be

    =COUNTIF(Log!$J19:$J3947, Inputs!N3)
    should (I believe) read
    =COUNTIF('Log'!$J19:$J3947, 'Inputs'!N3)

    hope that helps

    -Edit- see revised formula, had the ' outside the brackets..
    A picture may be worth a thousand words, BUT, a sample Workbook is worth a thousand screenshots!
    -Add a File - click advanced (next to quick post), scroll to manage attachments, click, select add files, click select files, select file, click upload, when file shows up at bottom left, click done (bottom right), click submit
    -To mark thread Solved- go top of thread,click Thread Tools,click Mark as Solved
    If you received helpful response, please remember to hit the * of that post

  3. #3
    Registered User
    Join Date
    11-12-2012
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Auto updates not working in Inputs

    Hello.
    Thank you I tried to put the ' in and they just dissapear when I press enter. I guess this is obvious but in case it is not.In my J column each time I get a call I input what type of call it is in my spreadsheet.Thus it continues down the J cells, I am trying to get my formula to automatically include the new data.

    Cheers.

  4. #4
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Auto updates not working in Inputs

    I'm not sure why they would disappear, sounds odd to me, but you could just copy my example, and paste it into your worksheet...I don't see any reason why it would not work if your still having problems getting them into the cell(s)

  5. #5
    Registered User
    Join Date
    11-12-2012
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Auto updates not working in Inputs

    Thank you very much for your help. It is still not working I copy and pasted your example. It's got me.

  6. #6
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Auto updates not working in Inputs

    could you upload a sample that is similiar to your real workbook (no private/confidential info though...just need so see what is actually happening to make some sense out of this.. )
    should keep formatting for cells same and have the simulated data close enough to recreate the problem you are having..

    Add a File - click advanced (next to quick post), scroll down until you see "manage file", click that and select "add files" (top right corner). click "select files" find your file, click "open" click "upload" click 'done" bottom right. click "submit reply"

  7. #7
    Registered User
    Join Date
    11-12-2012
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Auto updates not working in Inputs

    Hello,.
    So it wouldn't upload.
    Its basically a drop down box of Type.

    Fruit
    - Drop down list
    Banana
    Orange
    Apple
    Pear
    Banana
    Banana
    Apple
    Orange
    Banana

    then on a seperate page I have a table with the formula as above

  8. #8
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Auto updates not working in Inputs

    Sorry, but without something solid to work on, my answers are meaningless...only reason I can see it not uploading is size, so cut out out whatever does NOT apply to the problem, change whatever is private/confidential to something similiarly formatted and try again...the limit (I think) is 1 megabyte

    the answers I'm providing you with are not working, so i need something closer to your real spreadsheet to work with

    data in a post is RARELY the same as it appears to Excel (formatting,actual values,etc..) change when we try to copy-post...
    If this is not possible, I'll have to say I'm stumped, and hope someone else has some new idea(s)

  9. #9
    Registered User
    Join Date
    11-12-2012
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Auto updates not working in Inputs

    example.xls


    hehe i made it small

  10. #10
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Auto updates not working in Inputs

    LOL ! OKay...now I'mi even more confused...what is going wrong where.....can you hi-light the problem cells, and hopefully give me an idea of what they are supposed to look like??
    Really, I'm not trying to be difficult, I just truly have no idea what you expect to see from the data given...maybe I should bow out to someone with more experience..

    -Edit-
    if this is only about the auto update, then the only thing I can see is that the formulas don't extend down any further...maybe that is the problem?

    -Edit 2-
    Actually, I think I figured out at least part of it...there is missing data in your table, so dependent calculations can not be made, hence, no update ? (ie columns A/B/C )
    Last edited by dredwolf; 11-13-2012 at 01:11 AM.

  11. #11
    Registered User
    Join Date
    11-12-2012
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Auto updates not working in Inputs

    Ok. that is ok.
    On the first page I have Enquiries. I receive different types of enquirers. For each enquiry I log it as you can see.

    On the second sheet (inputs) I have a table tallying the totals of the different enquries i receive. The formula is on each tally.

    This formula is not auto-updating as I enter more enquirers into the first page. So the numbers stay the same, even when I get more enquiries.

  12. #12
    Registered User
    Join Date
    11-12-2012
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Auto updates not working in Inputs

    Dredwolf is this your job or are you just good at excel?

  13. #13
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Auto updates not working in Inputs

    I'm a Carpenter by trade, a (old school, top down (not OOPS)) programmer by schooling, and I love the challenges of Excel
    I can see your formulas, I just cannot see where your issues are..can you highlight the cells in LOG that are not showing up? (there's way too many for me to eyeball check them )

    AND
    By the way, as far as I know, NOBODY on this site gets paid for helping anyone, this is user's helping other users, no pay needed

  14. #14
    Registered User
    Join Date
    11-12-2012
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Auto updates not working in Inputs

    Great! I just got smashed with lots of work (im at work) but will upload them asap

  15. #15
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Auto updates not working in Inputs

    Okay, it might be awhile before I can get back to you, as it is getting late here, but I will look at anything you post here..
    But, hopefully, if I can't get you an answer, someone else here can...not abandoning you, just bowing down to reality of needed sleep

  16. #16
    Registered User
    Join Date
    11-12-2012
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Auto updates not working in Inputs

    example.xls

    Highlighted areas.

  17. #17
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Auto updates not working in Inputs

    well...based on what you have in the notes on sample, it is because your range only goes to 4677...no further... extend the range and it should continue to auto-update;
    change the range to 50000 maybe...that should keep you auto updating untill you upgrade !

    Hope this helps

  18. #18
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Auto updates not working in Inputs

    i have also noticed some inconsistencies in the formulas on the Inputs page
    ie ..
    'D3' =COUNTIF(Log!$H$9:$H$50000, Inputs!C3)
    'D4'' =COUNTIF(Log!$H20:$H$50000, Inputs!C4)
    'D5' =COUNTIF(Log!$H21:$H$50000, Inputs!C5)

    the first is an absolute reference to the start cell of the column H log data, while the others are not only not referencing the same data, they start 11 rows later ??? error or am i missing something ?

    Edit

    same data, but ignoring 10 rows of data
    not sure, but seems to me your results will all be skewed by this ...
    Last edited by dredwolf; 11-13-2012 at 02:25 AM.

  19. #19
    Registered User
    Join Date
    11-12-2012
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Auto updates not working in Inputs

    Thank you sooo much dredwolf. I am forever in your excel debt.

    After all that it seems like DUHHHH.
    But I actually thought it was meant to auto update the cell range rather than the sum of the cells that I had already put into range. WOOHOO.

    cheers mate.

  20. #20
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Auto updates not working in Inputs

    Your Welcome

+ 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