I was wondering how I could add a column of numbers up to a defined level (250000.00) then add the remaining numbers in the column?
I was wondering how I could add a column of numbers up to a defined level (250000.00) then add the remaining numbers in the column?
One way to try .. Assume the col of numbers is in col A, A1 down Put in B1: =SUM($A$1:A1) Copy B1 down (Col B returns a cumulative sum) Put in C1: =SUMIF(B:B,"<=250000",A:A) Put in D1: =SUM(A:A)-C1 C1 returns the cumulative sum of col A up to the defined level of 250000 D1 returns the sum of the remaining numbers in col A You could also have C1 point to a cell instead for the defined level, say to cell E1: In C1: =SUMIF(B:B,"<="&E1,A:A) where E1 will contain, say: 250000
=IF(SUM(A:A)>250000,SUM(A:A)-250000,SUM(A:A)) Vaya con Dios, Chuck, CABGx3
1.Pivot Table - report product that have sales above defined level
2.Define User Access Levels to Workbooks
Scenario: I have a Workbook which works as an index page of a system that I have designed for my company based on very little VBA knowledge. The page is a series of buttons acting as hyperlinks to open the other documents..... in all 15 Workbooks divided into Sales, Accounts, Warehouse management etc...... Question 1. Can I create a User Name & Password at a start page that provides access to my index page? Question 2. If so Can User Names and Passwords be created to allow different access levels i.e a Warehouse login can not see Accounts links and an Accounts login cannot see warehouse links etc...? In this instance the password for an Accounts employee would need to give access to 4 different workbooks - can this be set to automatically "unlock" them so that the password prompt doesn't come up each time a workbook is opened Question 3. I would also need to create a Master Password for Admin. Question 4. does this make sense? Question 5. Can anyone help?
3.What defines an advanced level of Excel?
I was wondering if somebody could help me with this. I was looking at applying for an office assitant job and it said I needed an advanced level of Excel. I have been using Excel for some time now, although I recently decided to do a short course starting from the basics to help identify what I may be missing in my knowledge. We didn't delve into complex formulars but covered all our basics and gave our selves the background knowledge to explor further. I am all over the place, such as inputing data, retreiving data from sources such as SQL server, text files and so on. Formatting spread sheets and creating tables. As well a bunch of other stuff. Not sure if this puts me in the Intermediate level or still beginner. Scott M
Hi there, My name is Jerome. I would appreciate your help with the following problem. I have an excel sheet whcih contains data displayed in various levels. There are 11 levels in total. There are over 5000 rows. However each level has different categories. I have to add the values of level 2 in level 1 and all the values of level 3 into 2 and so forth. See tteh format below. You'll notice that I have to add (PAYMENTS, TRANSFERS AND SUBSIDIES, PAYMENTS FOR CAPITAL ASSETS - which are in level 2 ) in level 1 (PAYMENTS) I should do the same for (TAX RECEIPTS, SALES GOODS & SERV NON CAP ASS, TRANSFERS RECEIVED, FINES, PENALTIES AND FORFEITS, INTEREST, DIVIDEND, RENT ON LAND, SALES OF CAPITAL ASSETS) and add it in level 1 (RECEIPTS) LEVEL CODE AMOUNT 1 2 1 96623 PAYMENTS 2 982623 PAYMENTS 2 988623 TRANSFERS AND SUBSIDIES 2 996623 PAYMENTS FOR CAPITAL ASSETS 1 6318623 DIRECT EXCHEQUER PAYMENTS 2 6319623 DIRECT EXCHEQUER PAYMENTS 1 1623 RECEIPTS 2 2623 TAX RECEIPTS 2 3623 SALES GOODS & SERV NON CAP ASS 2 40623 TRANSFERS RECEIVED: 2 65623 FINES, PENALTIES AND FORFEITS 2 72623 INTEREST, DIVIDEND, RENT ON LAND 2 102623 SALES OF CAPITAL ASSETS I have to do this for the entire worksheet. Could you please advise me how I should go about this. Thank you very much!:O) Best regards, Jerome
Users browsing this forum: No registered users and 72 guest