Home |
Search |
Today's Posts |
#7
![]() |
|||
|
|||
![]()
Hi Nigel
from what you're saying then the only thing you are missing is the amount of enquiries per client .. for this you can use the COUNTIF function. =COUNTIF(Original_Sheet!$A$1:$A$100,A1) where the name of the client is in A1 and you want to count how many times that client's name appears in the client name list on the original sheet. -- Cheers JulieD check out www.hcts.net.au/tipsandtricks.htm ....well i'm working on it anyway "Nigel" wrote in message ... Hi JulieD, I have a layout on a sheet which has to stay exactly as it is. I have created a code to look at the enquiry list from all of our clients together ( one very long list ), This creates me a new list on another sheet. With this list is the amount of costs in production to date, lost to date and % all relalive to each individual client. What i need is an amount of enquiries per client. The pivot tables are not what i am looking for. I just need the information in an individual cell next to the client summary list. For example: Client Amount in Prod Amount Lost % per quote Amount of Quote myclient £100,000 £20,000 25% 13 myother £15,000 £ 2,000 7% 4 example shows client spend of £100,000. Loss of £20,000 (quoted) which is 25% of our total yearly quote to date, and 13 enquiries. Regards, Nigel "JulieD" wrote: Hi Nigel still can't see why a pivot table won't work ... you can refresh the pivot table via code to show the lastest information .... and depending on how much coding you want to do, i think you could automate the generation of the individual lists (not that i've tried but can't see why not). if this isn't the type of solution you're looking for, maybe you could elaborate a bit more on what it is that you want. -- Cheers JulieD check out www.hcts.net.au/tipsandtricks.htm ....well i'm working on it anyway "Nigel" wrote in message ... Hi, I cannot use advanced fileter as the sheet where the information is kept needs to be kept in the same view and cannot be changed. i need to create my list on a different sheet with the total amount of costs per client. pivot table is not what i am lookinf for as this needs to adapted to run with some programming. summary, get information from client list on sheet A, create client list ( with no doubled up client names ) create amount of enquiries per clients in list create cost per client in list Regards, Nigel "Nigel" wrote: Hi, I need to count and separate the number of specific clients into lists with their relative costs only. how can i acheive this? Example: ( say client list is B4:B1000. Project details C4:C1000 & Cost is D4:D1000) Client1 project details £1000 client2 project details £3500 client1 project details £ 500 client1 project details £2000 client2 project details £1500 client3 project details £4000 my list would be: 3 Client1 £3500 2 Client2 £5000 1 Client3 £4000 any help greatly appreciated. thanks, Nigel |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count and Sum Total occurrances of two specific numbers | Excel Worksheet Functions | |||
Count cells in one range based on parameters in another range | Excel Worksheet Functions | |||
Count the occurances of a month in a range of date fields | Excel Worksheet Functions | |||
How do I count data in range A:A that is dependent upon criteria . | Excel Worksheet Functions | |||
Vlookup of parts of a word in a range of Data | Excel Discussion (Misc queries) |