How to make available multiple worksheets of an Excel '07 file as individual workbooks that get updated?
Q. I have got an Excel '07 file (an inventory list) with 13+ worksheets. I want each of these worksheets to be given to 10 different people, where the worksheet becomes a workbook as a whole. The file is on our server and I want these 10 people to get the data updated when I update my excel workbook.
Asked by darylvin1987 - Wed Mar 18 06:30:09 2009 - - 2 Answers - 0 Comments
A. Use Review shareworkbook allowing multiple users access to the same file at the same time
Answered by johncaulfield100 - Thu Mar 19 18:16:14 2009
Q. I have got an Excel '07 file (an inventory list) with 13+ worksheets. I want each of these worksheets to be given to 10 different people, where the worksheet becomes a workbook as a whole. The file is on our server and I want these 10 people to get the data updated when I update my excel workbook.
Asked by darylvin1987 - Wed Mar 18 06:30:09 2009 - - 2 Answers - 0 Comments
A. Use Review shareworkbook allowing multiple users access to the same file at the same time
Answered by johncaulfield100 - Thu Mar 19 18:16:14 2009
How do I make calculations between two or more worksheets please?
Q. Thank you so much to all the people who answered my question concerning creating a sum in excel. I now have a spreadsheet for my finances-gulp! However, I now need to continue the claculations between 2 or more worksheets. The problem is that the letters are the same on all the worksheets so is it possible to do this or do I have to treat each page seperately and then sub-total individually? Thanks again for all your help.
Asked by paula m - Sat Jan 20 05:21:55 2007 - - 3 Answers - 0 Comments
A. You can tab from page to page in your workbook using the tabs at the bottom. You can begin a formula with an "=", then use your mouse to flip from page to page and click on the cells you want included in the formula. Practice by just adding a cell from several pages, then edit the formula to see how Excell identified the addresses. Instead of = A23 + C23 you'll get something like this: = sheet1! A23 + sheet2! C23
Answered by Mahal - Sat Jan 20 05:31:28 2007
Q. Thank you so much to all the people who answered my question concerning creating a sum in excel. I now have a spreadsheet for my finances-gulp! However, I now need to continue the claculations between 2 or more worksheets. The problem is that the letters are the same on all the worksheets so is it possible to do this or do I have to treat each page seperately and then sub-total individually? Thanks again for all your help.
Asked by paula m - Sat Jan 20 05:21:55 2007 - - 3 Answers - 0 Comments
A. You can tab from page to page in your workbook using the tabs at the bottom. You can begin a formula with an "=", then use your mouse to flip from page to page and click on the cells you want included in the formula. Practice by just adding a cell from several pages, then edit the formula to see how Excell identified the addresses. Instead of = A23 + C23 you'll get something like this: = sheet1! A23 + sheet2! C23
Answered by Mahal - Sat Jan 20 05:31:28 2007
How do you link individual worksheets to a master sheet in excel?
Q. I have a master sheet that I update various info on. I would like to be able to edit the master, and have the master update to the other worksheets. Note that the other worksheets are broken out by companies. Any ideas how I might do this? It's got to be easier than copying and linking ind. cells.
Asked by luvisblind0679 - Tue May 12 11:06:06 2009 - - 3 Answers - 0 Comments
A. I am hoping that you really meant worksheets, and not workbooks, since they are two different issues. All of the separate "company" worksheets would have each cell (that needs to be updated from the "master" worksheet) contain a formula that is nothing more than a reference to the "master". =Master!A1 The above could be in any of the "company" cells, and its value would automatically change whenever the A1 cell within the Master worksheet changed. All you need do is make sure the cell reference matches up to the correct location.
Answered by unknown - Tue May 12 17:04:19 2009
Q. I have a master sheet that I update various info on. I would like to be able to edit the master, and have the master update to the other worksheets. Note that the other worksheets are broken out by companies. Any ideas how I might do this? It's got to be easier than copying and linking ind. cells.
Asked by luvisblind0679 - Tue May 12 11:06:06 2009 - - 3 Answers - 0 Comments
A. I am hoping that you really meant worksheets, and not workbooks, since they are two different issues. All of the separate "company" worksheets would have each cell (that needs to be updated from the "master" worksheet) contain a formula that is nothing more than a reference to the "master". =Master!A1 The above could be in any of the "company" cells, and its value would automatically change whenever the A1 cell within the Master worksheet changed. All you need do is make sure the cell reference matches up to the correct location.
Answered by unknown - Tue May 12 17:04:19 2009
How much can you spend to buy worksheets for your children or class?
Q. I was wondering how much is the right amount that one should spend on worksheets available online for my own kids and for my class (I'm a teacher)? Also what should I look for before buying any such worksheets?
Asked by Java Expert - Thu May 21 10:39:01 2009 - - 1 Answers - 0 Comments
A. My recommendation would be to search around for free stuff before spending anything, as there are plenty of good, free worksheets available on the net for kids of all ages and levels that IMO are as good (if not better) than many of the materials I've seen offered for sale on the Internet. If you could provide a bit more information as to the kind of stuff you are after (age/level/subject, etc) I'll do my best to offer some pointers.
Answered by essellejay - Thu May 21 11:13:56 2009
Q. I was wondering how much is the right amount that one should spend on worksheets available online for my own kids and for my class (I'm a teacher)? Also what should I look for before buying any such worksheets?
Asked by Java Expert - Thu May 21 10:39:01 2009 - - 1 Answers - 0 Comments
A. My recommendation would be to search around for free stuff before spending anything, as there are plenty of good, free worksheets available on the net for kids of all ages and levels that IMO are as good (if not better) than many of the materials I've seen offered for sale on the Internet. If you could provide a bit more information as to the kind of stuff you are after (age/level/subject, etc) I'll do my best to offer some pointers.
Answered by essellejay - Thu May 21 11:13:56 2009
Excel question: How do I rank data from multiple worksheets?
Q. I've got a database that consists of 12 identical worksheets (same rows and columns, different cell values), and I want to rank each cell in comparison to the same one on on the other worksheets. For example, I want to see how C3 on sheet1 ranks among all the other C3's. I tried the rank() function, but I can't figure out how to enter the array because it's unattached. Any ideas? Thanks in advance.
Asked by EdCotaMan2 - Wed Apr 22 13:33:11 2009 - - 1 Answers - 0 Comments
A. This should work for you =RANK(C3,Sheet1:Sheet12!C 3) Use that formula on each sheet and you will get a ranking for cell C3 on each sheet. Duplicate this for each cell you wish to compare. For immediate help go to
Answered by PCS_Help - Wed Apr 22 17:10:01 2009
Q. I've got a database that consists of 12 identical worksheets (same rows and columns, different cell values), and I want to rank each cell in comparison to the same one on on the other worksheets. For example, I want to see how C3 on sheet1 ranks among all the other C3's. I tried the rank() function, but I can't figure out how to enter the array because it's unattached. Any ideas? Thanks in advance.
Asked by EdCotaMan2 - Wed Apr 22 13:33:11 2009 - - 1 Answers - 0 Comments
A. This should work for you =RANK(C3,Sheet1:Sheet12!C 3) Use that formula on each sheet and you will get a ranking for cell C3 on each sheet. Duplicate this for each cell you wish to compare. For immediate help go to
Answered by PCS_Help - Wed Apr 22 17:10:01 2009
Where do I go to find free printable worksheets?
Q. My daughter is in Kindergarten and I am trying to help her advance, do you know where I could go to find some worksheets?
Asked by KONIGIN - Fri Sep 19 16:17:43 2008 - - 3 Answers - 0 Comments
A. edhelper.com busyteachercafe
Answered by marshahb - Fri Sep 19 18:34:23 2008
Q. My daughter is in Kindergarten and I am trying to help her advance, do you know where I could go to find some worksheets?
Asked by KONIGIN - Fri Sep 19 16:17:43 2008 - - 3 Answers - 0 Comments
A. edhelper.com busyteachercafe
Answered by marshahb - Fri Sep 19 18:34:23 2008
What is a website where I can find worksheets for 5th graders for free?
Q. I mean worksheets like math and language arts-any others are good too. Do not say EdHelper because that is not free. Neither is enchanted learning.
Asked by justME <33 - Fri Feb 23 22:03:57 2007 - - 3 Answers - 0 Comments
A. I also teach 5th grade and it is harder to find worksheets for older children- above 3rd grade. There have been a lot of sites listed here on Yahoo answers in the past. Try typing in similar question and check out older answers. I also have found things by just typing in the subject I wanted on google and have been surprised at what will come up. Here are just a few of the sites I have gotten from different sites. I haven't checked them all out but they sound interesting and worth a shot. starfall.com kidsource.com/kidsource/p ages linkslearning.org/home/in dex brainpop.com coolmath4kids.com funschool.comshoreworkshe etsforkids.com abcteach.com busyteacherscafe.com/work sheet ezschool.com/worksheets/ Hope you find some things… [cont.]
Answered by wolfmusic - Fri Feb 23 23:31:59 2007
Q. I mean worksheets like math and language arts-any others are good too. Do not say EdHelper because that is not free. Neither is enchanted learning.
Asked by justME <33 - Fri Feb 23 22:03:57 2007 - - 3 Answers - 0 Comments
A. I also teach 5th grade and it is harder to find worksheets for older children- above 3rd grade. There have been a lot of sites listed here on Yahoo answers in the past. Try typing in similar question and check out older answers. I also have found things by just typing in the subject I wanted on google and have been surprised at what will come up. Here are just a few of the sites I have gotten from different sites. I haven't checked them all out but they sound interesting and worth a shot. starfall.com kidsource.com/kidsource/p ages linkslearning.org/home/in dex brainpop.com coolmath4kids.com funschool.comshoreworkshe etsforkids.com abcteach.com busyteacherscafe.com/work sheet ezschool.com/worksheets/ Hope you find some things… [cont.]
Answered by wolfmusic - Fri Feb 23 23:31:59 2007
Where can I get free Homeschool worksheets without having to pay?
Q. I am homeschooling my two oldest sons and would like to know where can I download or just print free worksheets, answer sheets and stories with worksheets. I know that edhelper requires a fee of 39.95 which I want be able to do for a couple of weeks. So does anyone know where I can get started for free?
Asked by suiteladyxox - Tue Oct 7 10:26:10 2008 - - 6 Answers - 0 Comments
A. I teach classes for homeschoolers, and I get all my materials for free by just searching the Internet for what I want. It helps if you put "free" in the search line. For instance: "free algebra worksheets" "free history quiz" "free vocabulary test" "free spelling list"
Answered by Rosalyn N - Tue Oct 7 11:38:51 2008
Q. I am homeschooling my two oldest sons and would like to know where can I download or just print free worksheets, answer sheets and stories with worksheets. I know that edhelper requires a fee of 39.95 which I want be able to do for a couple of weeks. So does anyone know where I can get started for free?
Asked by suiteladyxox - Tue Oct 7 10:26:10 2008 - - 6 Answers - 0 Comments
A. I teach classes for homeschoolers, and I get all my materials for free by just searching the Internet for what I want. It helps if you put "free" in the search line. For instance: "free algebra worksheets" "free history quiz" "free vocabulary test" "free spelling list"
Answered by Rosalyn N - Tue Oct 7 11:38:51 2008
Please help me find free worksheets on the basic needs of plants and animals?
Q. I am in desperate need of finding worksheets on the basic needs of animals in plants (food, shelter, air, etc) for my classroom tomorrow. Does anyone know of a site where I can find these. I have tried searching yahoo but am coming up with nothing,
Asked by lovemydogminnie - Sun Mar 15 19:35:42 2009 - - 1 Answers - 0 Comments
A. Try www.primaryresources.co.u k I use it all the time for finding worksheets to use in the classroom. The content is submitted by other primary teachers so it's usually very handy.
Answered by Scrapgirl - Sun Mar 15 19:57:07 2009
Q. I am in desperate need of finding worksheets on the basic needs of animals in plants (food, shelter, air, etc) for my classroom tomorrow. Does anyone know of a site where I can find these. I have tried searching yahoo but am coming up with nothing,
Asked by lovemydogminnie - Sun Mar 15 19:35:42 2009 - - 1 Answers - 0 Comments
A. Try www.primaryresources.co.u k I use it all the time for finding worksheets to use in the classroom. The content is submitted by other primary teachers so it's usually very handy.
Answered by Scrapgirl - Sun Mar 15 19:57:07 2009
Where can I find free phonics worksheets online?
Q. My five-year-old daughter is starting kindergarten next month. I've found all sorts of worksheets for her, but not much in the way of phonics, can you help?
Asked by socmum16 - Tue Jul 17 10:29:52 2007 - - 1 Answers - 0 Comments
A. Try here:
Answered by Kerry - Tue Jul 17 10:33:18 2007
Q. My five-year-old daughter is starting kindergarten next month. I've found all sorts of worksheets for her, but not much in the way of phonics, can you help?
Asked by socmum16 - Tue Jul 17 10:29:52 2007 - - 1 Answers - 0 Comments
A. Try here:
Answered by Kerry - Tue Jul 17 10:33:18 2007
Where can I find free homeschooling worksheets that I can print?
Q. Im tring to find some homeschooling worksheets for my cousing. Shes in 10th grade. Anyone know of any good websites for math, english and so on? Thanks
Asked by Steph~Devin's Mommy~ - Thu Jan 24 14:54:02 2008 - - 5 Answers - 0 Comments
A. -writing - free stuff - history - music
Answered by fchyenne - Thu Jan 24 15:02:04 2008
Q. Im tring to find some homeschooling worksheets for my cousing. Shes in 10th grade. Anyone know of any good websites for math, english and so on? Thanks
Asked by Steph~Devin's Mommy~ - Thu Jan 24 14:54:02 2008 - - 5 Answers - 0 Comments
A. -writing - free stuff - history - music
Answered by fchyenne - Thu Jan 24 15:02:04 2008
Does anyone know any good french websites where I can find French Worksheets and informations?
Q. I need a few websites that I can use to teach my students french.And get some worksheets for them too.
Asked by devashree d - Sat Apr 26 13:34:43 2008 - - 3 Answers - 0 Comments
A. Try this, from one of the excellent schools close to where I live called languages on line
Answered by nelletap - Sat Apr 26 16:46:11 2008
Q. I need a few websites that I can use to teach my students french.And get some worksheets for them too.
Asked by devashree d - Sat Apr 26 13:34:43 2008 - - 3 Answers - 0 Comments
A. Try this, from one of the excellent schools close to where I live called languages on line
Answered by nelletap - Sat Apr 26 16:46:11 2008
How do you create Excel charts using multiple worksheets?
Q. I built an excel spreadsheet using several worksheets. Each worksheet represents a month, broken down by week. Within each worksheet is a list of names and the amount of hours they worked. I want to create a line chart, each line representing an employee, that shows the hours they worked each month. The wizard will not allow me to choose a cell in each worksheet, so I'm stumped.
Asked by Brandy A - Thu Aug 16 10:43:05 2007 - - 2 Answers - 0 Comments
A. It doesn't appear that Excel will let you pick cells from different sheets for a single series, or line. What I would do is create a summary sheet that has each employee and their hours worked by month, and then graph this table's data instead: ___A___B___ C___D___ 1|Name___Jan___ Feb___Mar___... 2|J. Smith___140___150___135.. . 3| It's easy to build this table: 1) if you know what row each employee is on on every sheet, you can simply link to each sheet. For example, if J. Smith's total hours for each month are always in G5: ='Jan'!G5 to get the "140" above ='Feb'!G5 to get the "150" above, and so on. -OR: 2) if the row that an employee is on can vary, then you need VLOOKUP to find the proper row: =VLOOKUP($A2, 'Jan'!$A$1:$Z$100, 7,… [cont.]
Answered by aladou - Thu Aug 16 16:07:28 2007
Q. I built an excel spreadsheet using several worksheets. Each worksheet represents a month, broken down by week. Within each worksheet is a list of names and the amount of hours they worked. I want to create a line chart, each line representing an employee, that shows the hours they worked each month. The wizard will not allow me to choose a cell in each worksheet, so I'm stumped.
Asked by Brandy A - Thu Aug 16 10:43:05 2007 - - 2 Answers - 0 Comments
A. It doesn't appear that Excel will let you pick cells from different sheets for a single series, or line. What I would do is create a summary sheet that has each employee and their hours worked by month, and then graph this table's data instead: ___A___B___ C___D___ 1|Name___Jan___ Feb___Mar___... 2|J. Smith___140___150___135.. . 3| It's easy to build this table: 1) if you know what row each employee is on on every sheet, you can simply link to each sheet. For example, if J. Smith's total hours for each month are always in G5: ='Jan'!G5 to get the "140" above ='Feb'!G5 to get the "150" above, and so on. -OR: 2) if the row that an employee is on can vary, then you need VLOOKUP to find the proper row: =VLOOKUP($A2, 'Jan'!$A$1:$Z$100, 7,… [cont.]
Answered by aladou - Thu Aug 16 16:07:28 2007
Where can I find free and printable 12th grade science and english worksheets online?
Q. I need to know of places that have ICP/chemistry or english 3 / 4 worksheets that I can print and work off of because its summer and there is no school.
Asked by icemachine03 - Wed Jun 11 15:48:06 2008 - - 2 Answers - 0 Comments
A. abcteach.com or just goodle what you are asking.
Answered by Everybody Lies House - Wed Jun 11 15:56:13 2008
Q. I need to know of places that have ICP/chemistry or english 3 / 4 worksheets that I can print and work off of because its summer and there is no school.
Asked by icemachine03 - Wed Jun 11 15:48:06 2008 - - 2 Answers - 0 Comments
A. abcteach.com or just goodle what you are asking.
Answered by Everybody Lies House - Wed Jun 11 15:56:13 2008
Are there any good websites that have math worksheets?
Q. I need a website with worksheets. Mainly i would like math but other subjects like science, ELA, and social studies would be great. Mainly math though. And it needs to be free i don't want to pay for a worksheet... I would like it to be printable. So mainly my question is are there any websites that have FREE math worksheets. Oh and i would really like FREE Science math worksheets but just answer my question. And post web address.
Asked by Funniez - Thu Oct 29 19:02:51 2009 - - 1 Answers - 0 Comments
A. >"i don't want to pay for a worksheet" Let me ask you something, do you donate your time to your employer? www.google.com Keywords/phrases: free+learning+worksheets Do the keywords look familiar? Please tell me you are not an educator or a teacher!
Answered by JD - Thu Oct 29 19:15:31 2009
Q. I need a website with worksheets. Mainly i would like math but other subjects like science, ELA, and social studies would be great. Mainly math though. And it needs to be free i don't want to pay for a worksheet... I would like it to be printable. So mainly my question is are there any websites that have FREE math worksheets. Oh and i would really like FREE Science math worksheets but just answer my question. And post web address.
Asked by Funniez - Thu Oct 29 19:02:51 2009 - - 1 Answers - 0 Comments
A. >"i don't want to pay for a worksheet" Let me ask you something, do you donate your time to your employer? www.google.com Keywords/phrases: free+learning+worksheets Do the keywords look familiar? Please tell me you are not an educator or a teacher!
Answered by JD - Thu Oct 29 19:15:31 2009
MS Excel script code to edit protect multiple worksheets in the same document?
Q. When I select all of the worksheets the option to password protect goes away. Is there a code? Thank you!
Asked by WOW - Thu Aug 20 14:05:01 2009 - - 1 Answers - 0 Comments
A. Try this macro. Change the password to suit, or eliminate if desired. Open the workbook. Copy this macro to the clipboard: Sub Protect_All_Sheets() Dim ws As Worksheet For Each ws In ActiveWorkbook.Worksheets ws.Protect Password:="Your word" Next ws End Sub Select the appropriate worksheet and right click on the sheet tab. Click 'View Code'. Paste the macro into th module area to the right. Close back to Excel. Go to Tools > Macros > Macro Highlight this macro, if it is not already highlighted. Click 'Options' Select a letter to be used as a keyboard shortcut. Close back to Excel. Press Ctrl + your letter to protect all sheets. To unprotect all sheets in the same manner, use this macro and assign a different keyboard… [cont.]
Answered by garbo7441 - Thu Aug 20 14:35:55 2009
Q. When I select all of the worksheets the option to password protect goes away. Is there a code? Thank you!
Asked by WOW - Thu Aug 20 14:05:01 2009 - - 1 Answers - 0 Comments
A. Try this macro. Change the password to suit, or eliminate if desired. Open the workbook. Copy this macro to the clipboard: Sub Protect_All_Sheets() Dim ws As Worksheet For Each ws In ActiveWorkbook.Worksheets ws.Protect Password:="Your word" Next ws End Sub Select the appropriate worksheet and right click on the sheet tab. Click 'View Code'. Paste the macro into th module area to the right. Close back to Excel. Go to Tools > Macros > Macro Highlight this macro, if it is not already highlighted. Click 'Options' Select a letter to be used as a keyboard shortcut. Close back to Excel. Press Ctrl + your letter to protect all sheets. To unprotect all sheets in the same manner, use this macro and assign a different keyboard… [cont.]
Answered by garbo7441 - Thu Aug 20 14:35:55 2009
How do you compare and combine 2 microsoft excel 2003 worksheets?
Q. I have two worksheets. one has names and notes(multiple lines of notes per name). The other has names and phone numbers(one line per name). I need to compare the names on the two worksheets and where there is a match move the phone number on to the spreadsheet with the names and notes.
Asked by landover - Thu May 28 16:13:37 2009 - - 1 Answers - 0 Comments
A. If the worksheets are named Sheet1 &Sheet2, respectively, Sheet2 will always contain its list, both lists are in Columns A & B starting in Row 2, the second list is less than 2000 lines long, and you want a phone number on every matching row in the first sheet: Enter =IFERROR(VLOOKUP(A2, Sheet2!$A$2:$B$2000,2,FAL SE),"") in Sheet1 Cell C2 and copy it down as far as you want results If you want the phone number to show up only on the first line of a series of consecutive lines where the names match, change the formula to: =IF(A1=A2,"",IFERROR(VLOO KUP(A2, Sheet2!$A$1:$B$2000,2,FAL SE),"")) You can copy either version of the formula beyond the last row with values and the phone number will appear when any of the blank rows is… [cont.]
Answered by Gary E - Fri May 29 05:08:42 2009
Q. I have two worksheets. one has names and notes(multiple lines of notes per name). The other has names and phone numbers(one line per name). I need to compare the names on the two worksheets and where there is a match move the phone number on to the spreadsheet with the names and notes.
Asked by landover - Thu May 28 16:13:37 2009 - - 1 Answers - 0 Comments
A. If the worksheets are named Sheet1 &Sheet2, respectively, Sheet2 will always contain its list, both lists are in Columns A & B starting in Row 2, the second list is less than 2000 lines long, and you want a phone number on every matching row in the first sheet: Enter =IFERROR(VLOOKUP(A2, Sheet2!$A$2:$B$2000,2,FAL SE),"") in Sheet1 Cell C2 and copy it down as far as you want results If you want the phone number to show up only on the first line of a series of consecutive lines where the names match, change the formula to: =IF(A1=A2,"",IFERROR(VLOO KUP(A2, Sheet2!$A$1:$B$2000,2,FAL SE),"")) You can copy either version of the formula beyond the last row with values and the phone number will appear when any of the blank rows is… [cont.]
Answered by Gary E - Fri May 29 05:08:42 2009
Where can I find good system of equations worksheets online?
Q. So I am not doing that well on system of equations in my algebra class and I need a little help. So please tell me any good system of equations worksheets online. Thank you so much, Julia
Asked by Jules Dst - Wed Mar 18 18:28:49 2009 - - 1 Answers - 0 Comments
A. I would recommend looking at the even problems in your text book. You can see if your answers are right by checking with the references given below.
Answered by Charles D - Thu Mar 19 17:11:40 2009
Q. So I am not doing that well on system of equations in my algebra class and I need a little help. So please tell me any good system of equations worksheets online. Thank you so much, Julia
Asked by Jules Dst - Wed Mar 18 18:28:49 2009 - - 1 Answers - 0 Comments
A. I would recommend looking at the even problems in your text book. You can see if your answers are right by checking with the references given below.
Answered by Charles D - Thu Mar 19 17:11:40 2009
Where can I find free math worksheets for elementary school?
Q. I'm looking for K-5 math worksheets that I can view, print (without copyright worries), and even fill in online. I'd like these to be free and be able to customize the worksheets in many ways.
Asked by Amil - Thu Jan 18 13:20:52 2007 - - 3 Answers - 0 Comments
A. www.teach-nology.com/work sheets/math www.mathfactcafe.com
Answered by Psalm91 - Thu Jan 18 13:29:44 2007
Q. I'm looking for K-5 math worksheets that I can view, print (without copyright worries), and even fill in online. I'd like these to be free and be able to customize the worksheets in many ways.
Asked by Amil - Thu Jan 18 13:20:52 2007 - - 3 Answers - 0 Comments
A. www.teach-nology.com/work sheets/math www.mathfactcafe.com
Answered by Psalm91 - Thu Jan 18 13:29:44 2007
What are some good sites for high school math worksheets?
Q. I'm currently in 8th grade, but i'm in Algebra I. Math isn't my best subject, but I want to get better at it. What are some good sites for high school mathematics, that have algebra, geometry, trig, statistics, and even calculus worksheets?
Asked by W01f L0v3r - Sat Apr 4 18:59:54 2009 - - 1 Answers - 0 Comments
A. I would honestly suggest you stay away from worksheets. They tend to make you want to think that math is just plugging numbers into formulas. Your best bet would be to find some books with the materials you are interested in. If you do not know of any good books, ask your math teacher for some suggestions. There are also websites dedicated to mathematics. is one.
Answered by J. L. - Sat Apr 4 19:43:07 2009
Q. I'm currently in 8th grade, but i'm in Algebra I. Math isn't my best subject, but I want to get better at it. What are some good sites for high school mathematics, that have algebra, geometry, trig, statistics, and even calculus worksheets?
Asked by W01f L0v3r - Sat Apr 4 18:59:54 2009 - - 1 Answers - 0 Comments
A. I would honestly suggest you stay away from worksheets. They tend to make you want to think that math is just plugging numbers into formulas. Your best bet would be to find some books with the materials you are interested in. If you do not know of any good books, ask your math teacher for some suggestions. There are also websites dedicated to mathematics. is one.
Answered by J. L. - Sat Apr 4 19:43:07 2009
From Yahoo Answer Search: 'worksheets'
Wed Nov 18 15:25:05 2009 [ refresh local cache ]
[Hide]▼
Making an impact on female literacy
Jakarta Post
With donations from fellow graduates and other interested contributors in India and the USA, as well as support in terms of worksheets and curricula ...
Jakarta Post
With donations from fellow graduates and other interested contributors in India and the USA, as well as support in terms of worksheets and curricula ...
worksheets jpg
180px x 180px | 10.00kB
[source page]
your comments on these resources and suggestions for improving them We also welcome you to send in worksheets or assessments you have found useful in the classroom Worksheets With eye catching design and engaging projects our worksheets are designed to complement the Power Up website and bring the national curriculum to life With projects ranging from
180px x 180px | 10.00kB
[source page]
your comments on these resources and suggestions for improving them We also welcome you to send in worksheets or assessments you have found useful in the classroom Worksheets With eye catching design and engaging projects our worksheets are designed to complement the Power Up website and bring the national curriculum to life With projects ranging from
Bipolar Disorder Info and Worksheets
SWP
Sun, 08 Nov 2009 20:15:00 GM
From measurecme.org, a page of Bipolar Info and . Worksheets. for clinicians and clients (aka "physicians" and "patients"), including several diagnostic scales. Among the pdfs: Stages of Adjustment to Bipolar Disorder; How to Tell Friends ...
SWP
Sun, 08 Nov 2009 20:15:00 GM
From measurecme.org, a page of Bipolar Info and . Worksheets. for clinicians and clients (aka "physicians" and "patients"), including several diagnostic scales. Among the pdfs: Stages of Adjustment to Bipolar Disorder; How to Tell Friends ...
[Hide]▲


