Ask Experts Questions for FREE Help !
Ask
    SukhBamrah's Avatar
    SukhBamrah Posts: 42, Reputation: 1
    Junior Member
     
    #1

    Jan 11, 2009, 11:11 AM
    How to DRAW line in MS Excel?
    I have a twain of questions or queries regarding MS EXCEL and they are as follows -

    1) I am a beginner in EXCEL and have been using it since long, and today when I was trying to make a list by entering data, I faced the piquent problem when I got the print out as it I mean the print out did not show the lines, and so I got fed up and now I am taking your help...

    kindly help..

    2) The second prob is that I have to make a list in which the students have to be given grades as per their marks, if marks are x, then

    Grade = F (if 33<x<50)
    Grade = E (if 50<x<60)
    Grade = D (if 60<x<70)
    Grade = C (if 70<x<80)
    Grade = B (if 80<x<90)
    Grade = A (if 90<x)
    friendship4any1's Avatar
    friendship4any1 Posts: 3, Reputation: 1
    New Member
     
    #2

    Jan 11, 2009, 11:38 AM
    Its so simple just select your data and press Ctrl+1 or go to Format => Cells

    Then select the Border Tab choose your desire borders and press OK.

    Then take a print preview it shows you the borders. :)
    friendship4any1's Avatar
    friendship4any1 Posts: 3, Reputation: 1
    New Member
     
    #3

    Jan 11, 2009, 11:48 AM
    The second prob is that you have to make a list in which the students have to be given grades as per their marks, if marks are x, then

    Grade = F (if 33<x<50)
    Grade = E (if 50<x<60)
    Grade = D (if 60<x<70)
    Grade = C (if 70<x<80)
    Grade = B (if 80<x<90)
    Grade = A (if 90<x)

    -----------------------------------------------------------------

    The Answer is:

    =IF(B2>90,"A",IF(B2>80,"B",IF(B2>70,"C",IF(B2>60," D",IF(B2>50,"E","F")))))

    where B2 is the desire cell.
    JBeaucaire's Avatar
    JBeaucaire Posts: 5,426, Reputation: 997
    Software Expert
     
    #4

    Jan 11, 2009, 05:12 PM

    1. To show the normal gridlines on a printout without manually adding them yourself, click in:

    File > Page Setup > Sheet > [x] Gridlines

    2. Where the grade to be checked is in B2:

    =LOOKUP(B2,{0,51,61,71,81,91},{"F","E","D","C","B" ,"A"})

    Copy that down for further students.
    SukhBamrah's Avatar
    SukhBamrah Posts: 42, Reputation: 1
    Junior Member
     
    #5

    Jan 12, 2009, 03:34 AM

    Thanks

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Excel line graph [ 5 Answers ]

I have a line graph which that's its data from a separate worksheet. On that sheet I have displayed the days of which ever month I select down column "A". Obviously some month have 30 days and other have 31. Column "B" has total hours flown that day (format: 00:00) and column "C" has a running...

Draw a time line that shows when net cash flows and outflows will occur, and explain [ 1 Answers ]

Draw a time line that shows when net cash flows and outflows will occur, and explain how the time line can be used to help structure the analysis

Excel - draw confidence bands [ 2 Answers ]

Hello all, I am a new comer and am glad to meet you all. I am a beginner in Excel. I am searching answer on the following problem. I have some data and I have plotted a trendline using the regression built-in function of excel. There is output data for 95% confidence - both upper and...

Multi line cells in excel [ 4 Answers ]

Hey guys, any idea how to have multiple lines in a single cell in excel? I'm trying to make my table look a little neater, but it makes some of my comments overlap into following cells - is there any way to make the rows higher and to have 2 lines of text in a cell? Thanks in advance - Cap


View more questions Search