Posts by billybaxter

    Re: Transfer Data From One Sheet To Another


    Simon
    I hadn't checked all of the named ranges - I've done so now and found that one had a hashREF - so all rectified now and working correctly - thanks for this - thanks to you and Georg for your time
    regards
    Billy

    Re: Transfer Data From One Sheet To Another


    Georg
    Thanks for your reply, but the range which this refers to is still there - still valid from what I can see.
    The file is far too large to submit here (1Mb +) and I wouldn't knoew which bits to copy and paste as an example in case I missed some.
    As for deleting - yes - rows of information are deleted and added all the time - usually without any problem butI have recently deleted a top row of information which might have had something to do with it??
    regards
    Billy B

    Hi
    I have a button on one sheet of my file which should, when clicked, transfer the data in two separate columns to a particular column on another sheet.
    Until recently this has worked without problem - now however whenever the button is clicked nothing at all happens - this code was written for me, I don't know VBA at all. I attach the code here firstly to see if anyone can see that the problem may exist within it, although there do not appear to be any error messages or highlights:


    thanks in advance for any help
    Billy B

    Re: Method 'Range' of object 'Global' failed


    Dave
    A4 it is! and I know (think) the reason now is that although players join and leave and so get added and deleted all the time - I have only just taken the player off who was at the top of the list and has been since the start (A4)
    It now once again works fine so once again thanks for your expert help
    regards
    Billy B

    Re: Method 'Range' of object 'Global' failed


    Dave
    OK! - "Table" is defined as - =OFFSET(Players!#REF!,0,0,COUNTA(Players!$A$4:$A$567),1)
    This (A4:A567) is a list of players names - so would the first players name be what should go in where the REF! is above?
    Billy

    Re: Method 'Range' of object 'Global' failed


    Thanks for your reply Dave but I don't know what to do about this - the code relates to a squash ranking list (which you have helped with in the past). Specifically it takes points allocated to each player on one sheet and transfers those points into the next available column (the next week), next to that player's name on another sheet where each week's scores are then summed.
    If the range which now no longer exists is the list of players and their points which need to be transferred then how shall I get this to function again as the list does still exist; nothing has been deleted - except - ass always players join and leave the league - and so those leaving are deleted, but this is not new.
    Is this any help in describing what I might be able to do?
    I think you could probably easily solve this if you saw the file but it is far too big to attahc here.
    here's hoping
    Billy B

    I have a button on my spreadsheet which activates some code, it has worked perfectly for over a year but now for some reason I cannot get it to work.
    When I click on the button now I get the message: Run-time error '1004' Method 'Range' of object '_Global' failed.
    Apologies if this is a simply query but i do not understand VBA at all, the file is far too large to attach here but here is the relevant code:



    As usual any help would be greatly appreciated
    regards
    Billy B

    Re: Print Table exact size


    I have attached a file here as an example, maybe somebody can look at this and see what, if anything, I am doing wrong. I have tried 2 separate printers with the same result - a table which is about 9.5cm square rather than 10cm square as I would like.
    I need it to be exact as I want to use the grid as a blank map - and this would equate to a blank 1:50,000 which I can then use for a navigation exercise where grid references and bearings can be measured exactly (if you understand that) - anyway it doesn't work properly if the table is not exact.
    I have done it before and it worked without any problem - so is it to do with my set up of the table??
    thanks
    Billy B

    I have set a simple tabel 5 x 5 cells to print at 2cm square per cell so that the table overall is exactly 10cm square. It looks like it is on the computer screen but when it prints, it is slighty smaller than I want.
    Any help as usual much appreciated
    thanks
    Billy B

    Re: Autofilter more than one list concurrently


    Thanks Ger
    They don't need to be side by side but the actual lists are very long and it far easier to read and print the lists side by side rather than underneath each other.
    I'm still trying - but help required thanks
    Billy

    Here is a simple worksheet with 3 separate tables side by side which I would like to filter. when autofilter is applied to one or more ans I filter on just onwe list the filter is applied all lists at the same time which causes some information which I want to see to be hidden.
    I want to filter out any information which shows a "0" next to it, without hiding information beside it in another table. Is there a way to do this?
    As usual any help is much appreciated
    regards
    Billy B

    Re: Counting - without duplicating?


    Ok thanks Batman, but, the actual spreadsheet is already built like this for 12 months and if I can I'd like to try to keep it as is.
    So, that said, is there not some formula I can use which works like "look up someone's name and count the number of times in the array that the name appears with the code "C" (for example) in the cell on its right". That is effectively what I'm after.
    cheers for any help
    Billy B

    Re: Counting - without duplicating?


    I've been looking at other similar examoples in the forum here - would the answer be to use a pivot table? - or maybe the MODE function with countif so it would only count if a certain criteria code was present????
    Still no further on with it
    thanks for any help
    Billy B

    I have attached a spreadsheet here showing when people have had squash coaching.
    What I would like to do is have a summary section at the bottom showing how many sessions each person has had throughout the month, at which club.
    So where a club code such as the "C" "N" or "NO" is used I would like to insert the person's name in the summary section at the bottom.
    If the same person's name occurs again I would like to simply (that's the hard bit for me!) use one cell to continue to count his number of sessions - rather than duplicating his name over and over in a list, as would be done by using COUNTIF.
    I'm well lost on how this might be done but am sure that it must be possible?
    Hope this is easy to understand
    any help as usual will be most appreciated
    regards
    Billy B

    I know this is an old one for some of you, but most of the answers to this when I searched, seem to be using VBA which I don't know.
    Is there an easy way to protect all my 14 worksheets at once rather than having to do it one at a time
    thanks in advance for any help
    regards
    Billy

    Re: Formula works without reference to a necessary cell?


    Dave
    Thanks again - OK I can see I misunderstood the first bit - but I still can't see then how the solution changes by using the second part of the formula as it seems to say that if C6=15 and F6=11 for example then 18.043461+(0.3689295*A48)+(-0.000349*A48*A48) - but wouldn't the solution be the same then if C6=9 and F6=5 for example then 18.043461+(0.3689295*A48)+(-0.000349*A48*A48) again.
    sorry if I'm just being thick but I can't see it
    regards
    Billy B