Posted: 9/21/2010 1:30:12 PM EDT
|
For my college Business Computing Apps class i have been asked to write a formula that computes the decimal equivalent of a 5-digit octal value in cells A10 through E10 in excel.
I know how to compute the number (taking the long route), but I believe my professor wants a short, to the point, formula. Thanks for the help! DtheV |
|
Here is the problem.
http://i516.photobucket.com/albums/u323/DtheV17/A31.jpg Notice 1 2 3 4 5 is my make up octal number (you should be able to put any numbers in...the formula should work). The numbers below them are the octal numbers. First number is 1, followed by 8, 64, etc. I am supposed to multiply A9 by A10, then carry it through to all the cells. At the end i have to Auto sum it =SUM(A11:E11). I'm just not sure how to create a concise formula outta it (if there is a short formula..i can make a long one) |
|
Quoted:
After further analysis...I think my prof requires a different equation using row absolute and column absolute references. Ugh. I guess i'll just ask my prof tonight. If you *need* absolute references, your revised formula doesn't include them. Try copying & pasting your formula in 5 different spots on the spreadsheet? do you get the same result? If you copied & pasted the absolute reference, you should get the same result regardless of where it's posted. Give it a try. |
|
Quoted:
Quoted:
This is the revised version Mak. =SUM(A9*A10,B9*B10,C9*C10,D9*D10,E9*E10) I believe this is exactly what my prof is looking for. THANKS A BUNCH! I expect he'll accept payment in the form of a new in wrapper magazine. Make that 2 mags, 30 round. (I'll give you a 50% commission for brokering the deal) |
|
Quoted:
Quoted:
Quoted:
EDIT: I have Microsoft Excel 2007 I hate Excel 2007. Explain 2007 introduced the ribbon bar. Menu's don't work like they should! (Back in 1992, now get off my lawn!) The file formats changed. Now, you have several files to keep track of, hidden from you by the experts at M$. xlsx vs xls. Just 2 things that bugged me about 2007. |
