+ Reply to Thread
Results 1 to 25 of 25

How do I work with part of a cell entry?

  1. #1
    JKB
    Guest

    Re: How do I work with part of a cell entry?

    Right on, Bernie. I elaborated on your formula to return the degrees to your
    answer so I could save it as a text file as the other program requires and
    import it directly into the other programs which puts the coordinates
    directly onto a chart. The addition to your formula was +int(a1/100). Thank
    you for your assistance.
    Ken

    "Bernie Deitrick" wrote:

    > JKB,
    >
    > =(A1-INT(A1/100)*100)/60
    >
    > HTH,
    > Bernie
    > MS Excel MVP
    >
    >
    > "JKB" <JKB@discussions.microsoft.com> wrote in message
    > news:90AC992B-A56C-4755-9150-BAF96B1B7806@microsoft.com...
    > > Bernie
    > > That did not work. Assume the number is 3008.867. I'm only interested in
    > > returning the value of 08.867/60. Disregard the 30. I probably didn't explain
    > > it properly the first time.
    > >
    > > "Bernie Deitrick" wrote:
    > >
    > >> JKB,
    > >>
    > >> With your number in A1, try the formula
    > >>
    > >> =INT(A1/100)+(A1-INT(A1/100)*100)/60
    > >>
    > >> and copy it down to match your values.
    > >>
    > >> HTH,
    > >> Bernie
    > >> MS Excel MVP
    > >>
    > >>
    > >> "JKB" <JKB@discussions.microsoft.com> wrote in message
    > >> news:AA0AB587-E6DB-42CF-9851-1FFB532B2472@microsoft.com...
    > >> >I have columns of numbers representing degrees,minutes and decimal minutes
    > >> > with the format xxxx.xxx where the forst two digits to the left are degrees
    > >> > and the last five are minutes and decimal minutes. I am using these in
    > >> > another program that only accepts degrees and decimal degrees. I just wish to
    > >> > divide the last five digits representing minutes by 60 to get decimal
    > >> > degrees. My columns can be up to 800 cells long so I would like to establish
    > >> > a range for the conversion. I am using Excel 2003. Any ideas?
    > >>
    > >>
    > >>

    >
    >
    >


  2. #2
    Bernie Deitrick
    Guest

    Re: How do I work with part of a cell entry?

    JKB,

    =(A1-INT(A1/100)*100)/60

    HTH,
    Bernie
    MS Excel MVP


    "JKB" <JKB@discussions.microsoft.com> wrote in message
    news:90AC992B-A56C-4755-9150-BAF96B1B7806@microsoft.com...
    > Bernie
    > That did not work. Assume the number is 3008.867. I'm only interested in
    > returning the value of 08.867/60. Disregard the 30. I probably didn't explain
    > it properly the first time.
    >
    > "Bernie Deitrick" wrote:
    >
    >> JKB,
    >>
    >> With your number in A1, try the formula
    >>
    >> =INT(A1/100)+(A1-INT(A1/100)*100)/60
    >>
    >> and copy it down to match your values.
    >>
    >> HTH,
    >> Bernie
    >> MS Excel MVP
    >>
    >>
    >> "JKB" <JKB@discussions.microsoft.com> wrote in message
    >> news:AA0AB587-E6DB-42CF-9851-1FFB532B2472@microsoft.com...
    >> >I have columns of numbers representing degrees,minutes and decimal minutes
    >> > with the format xxxx.xxx where the forst two digits to the left are degrees
    >> > and the last five are minutes and decimal minutes. I am using these in
    >> > another program that only accepts degrees and decimal degrees. I just wish to
    >> > divide the last five digits representing minutes by 60 to get decimal
    >> > degrees. My columns can be up to 800 cells long so I would like to establish
    >> > a range for the conversion. I am using Excel 2003. Any ideas?

    >>
    >>
    >>




  3. #3
    Bernie Deitrick
    Guest

    Re: How do I work with part of a cell entry?

    JKB,

    With your number in A1, try the formula

    =INT(A1/100)+(A1-INT(A1/100)*100)/60

    and copy it down to match your values.

    HTH,
    Bernie
    MS Excel MVP


    "JKB" <JKB@discussions.microsoft.com> wrote in message
    news:AA0AB587-E6DB-42CF-9851-1FFB532B2472@microsoft.com...
    >I have columns of numbers representing degrees,minutes and decimal minutes
    > with the format xxxx.xxx where the forst two digits to the left are degrees
    > and the last five are minutes and decimal minutes. I am using these in
    > another program that only accepts degrees and decimal degrees. I just wish to
    > divide the last five digits representing minutes by 60 to get decimal
    > degrees. My columns can be up to 800 cells long so I would like to establish
    > a range for the conversion. I am using Excel 2003. Any ideas?




  4. #4
    JKB
    Guest

    Re: How do I work with part of a cell entry?

    Bernie
    That did not work. Assume the number is 3008.867. I'm only interested in
    returning the value of 08.867/60. Disregard the 30. I probably didn't explain
    it properly the first time.

    "Bernie Deitrick" wrote:

    > JKB,
    >
    > With your number in A1, try the formula
    >
    > =INT(A1/100)+(A1-INT(A1/100)*100)/60
    >
    > and copy it down to match your values.
    >
    > HTH,
    > Bernie
    > MS Excel MVP
    >
    >
    > "JKB" <JKB@discussions.microsoft.com> wrote in message
    > news:AA0AB587-E6DB-42CF-9851-1FFB532B2472@microsoft.com...
    > >I have columns of numbers representing degrees,minutes and decimal minutes
    > > with the format xxxx.xxx where the forst two digits to the left are degrees
    > > and the last five are minutes and decimal minutes. I am using these in
    > > another program that only accepts degrees and decimal degrees. I just wish to
    > > divide the last five digits representing minutes by 60 to get decimal
    > > degrees. My columns can be up to 800 cells long so I would like to establish
    > > a range for the conversion. I am using Excel 2003. Any ideas?

    >
    >
    >


  5. #5
    JKB
    Guest

    Re: How do I work with part of a cell entry?

    Right on, Bernie. I elaborated on your formula to return the degrees to your
    answer so I could save it as a text file as the other program requires and
    import it directly into the other programs which puts the coordinates
    directly onto a chart. The addition to your formula was +int(a1/100). Thank
    you for your assistance.
    Ken

    "Bernie Deitrick" wrote:

    > JKB,
    >
    > =(A1-INT(A1/100)*100)/60
    >
    > HTH,
    > Bernie
    > MS Excel MVP
    >
    >
    > "JKB" <JKB@discussions.microsoft.com> wrote in message
    > news:90AC992B-A56C-4755-9150-BAF96B1B7806@microsoft.com...
    > > Bernie
    > > That did not work. Assume the number is 3008.867. I'm only interested in
    > > returning the value of 08.867/60. Disregard the 30. I probably didn't explain
    > > it properly the first time.
    > >
    > > "Bernie Deitrick" wrote:
    > >
    > >> JKB,
    > >>
    > >> With your number in A1, try the formula
    > >>
    > >> =INT(A1/100)+(A1-INT(A1/100)*100)/60
    > >>
    > >> and copy it down to match your values.
    > >>
    > >> HTH,
    > >> Bernie
    > >> MS Excel MVP
    > >>
    > >>
    > >> "JKB" <JKB@discussions.microsoft.com> wrote in message
    > >> news:AA0AB587-E6DB-42CF-9851-1FFB532B2472@microsoft.com...
    > >> >I have columns of numbers representing degrees,minutes and decimal minutes
    > >> > with the format xxxx.xxx where the forst two digits to the left are degrees
    > >> > and the last five are minutes and decimal minutes. I am using these in
    > >> > another program that only accepts degrees and decimal degrees. I just wish to
    > >> > divide the last five digits representing minutes by 60 to get decimal
    > >> > degrees. My columns can be up to 800 cells long so I would like to establish
    > >> > a range for the conversion. I am using Excel 2003. Any ideas?
    > >>
    > >>
    > >>

    >
    >
    >


  6. #6
    Bernie Deitrick
    Guest

    Re: How do I work with part of a cell entry?

    JKB,

    =(A1-INT(A1/100)*100)/60

    HTH,
    Bernie
    MS Excel MVP


    "JKB" <JKB@discussions.microsoft.com> wrote in message
    news:90AC992B-A56C-4755-9150-BAF96B1B7806@microsoft.com...
    > Bernie
    > That did not work. Assume the number is 3008.867. I'm only interested in
    > returning the value of 08.867/60. Disregard the 30. I probably didn't explain
    > it properly the first time.
    >
    > "Bernie Deitrick" wrote:
    >
    >> JKB,
    >>
    >> With your number in A1, try the formula
    >>
    >> =INT(A1/100)+(A1-INT(A1/100)*100)/60
    >>
    >> and copy it down to match your values.
    >>
    >> HTH,
    >> Bernie
    >> MS Excel MVP
    >>
    >>
    >> "JKB" <JKB@discussions.microsoft.com> wrote in message
    >> news:AA0AB587-E6DB-42CF-9851-1FFB532B2472@microsoft.com...
    >> >I have columns of numbers representing degrees,minutes and decimal minutes
    >> > with the format xxxx.xxx where the forst two digits to the left are degrees
    >> > and the last five are minutes and decimal minutes. I am using these in
    >> > another program that only accepts degrees and decimal degrees. I just wish to
    >> > divide the last five digits representing minutes by 60 to get decimal
    >> > degrees. My columns can be up to 800 cells long so I would like to establish
    >> > a range for the conversion. I am using Excel 2003. Any ideas?

    >>
    >>
    >>




  7. #7
    JKB
    Guest

    Re: How do I work with part of a cell entry?

    Bernie
    That did not work. Assume the number is 3008.867. I'm only interested in
    returning the value of 08.867/60. Disregard the 30. I probably didn't explain
    it properly the first time.

    "Bernie Deitrick" wrote:

    > JKB,
    >
    > With your number in A1, try the formula
    >
    > =INT(A1/100)+(A1-INT(A1/100)*100)/60
    >
    > and copy it down to match your values.
    >
    > HTH,
    > Bernie
    > MS Excel MVP
    >
    >
    > "JKB" <JKB@discussions.microsoft.com> wrote in message
    > news:AA0AB587-E6DB-42CF-9851-1FFB532B2472@microsoft.com...
    > >I have columns of numbers representing degrees,minutes and decimal minutes
    > > with the format xxxx.xxx where the forst two digits to the left are degrees
    > > and the last five are minutes and decimal minutes. I am using these in
    > > another program that only accepts degrees and decimal degrees. I just wish to
    > > divide the last five digits representing minutes by 60 to get decimal
    > > degrees. My columns can be up to 800 cells long so I would like to establish
    > > a range for the conversion. I am using Excel 2003. Any ideas?

    >
    >
    >


  8. #8
    Bernie Deitrick
    Guest

    Re: How do I work with part of a cell entry?

    JKB,

    With your number in A1, try the formula

    =INT(A1/100)+(A1-INT(A1/100)*100)/60

    and copy it down to match your values.

    HTH,
    Bernie
    MS Excel MVP


    "JKB" <JKB@discussions.microsoft.com> wrote in message
    news:AA0AB587-E6DB-42CF-9851-1FFB532B2472@microsoft.com...
    >I have columns of numbers representing degrees,minutes and decimal minutes
    > with the format xxxx.xxx where the forst two digits to the left are degrees
    > and the last five are minutes and decimal minutes. I am using these in
    > another program that only accepts degrees and decimal degrees. I just wish to
    > divide the last five digits representing minutes by 60 to get decimal
    > degrees. My columns can be up to 800 cells long so I would like to establish
    > a range for the conversion. I am using Excel 2003. Any ideas?




  9. #9
    JKB
    Guest

    Re: How do I work with part of a cell entry?

    Right on, Bernie. I elaborated on your formula to return the degrees to your
    answer so I could save it as a text file as the other program requires and
    import it directly into the other programs which puts the coordinates
    directly onto a chart. The addition to your formula was +int(a1/100). Thank
    you for your assistance.
    Ken

    "Bernie Deitrick" wrote:

    > JKB,
    >
    > =(A1-INT(A1/100)*100)/60
    >
    > HTH,
    > Bernie
    > MS Excel MVP
    >
    >
    > "JKB" <JKB@discussions.microsoft.com> wrote in message
    > news:90AC992B-A56C-4755-9150-BAF96B1B7806@microsoft.com...
    > > Bernie
    > > That did not work. Assume the number is 3008.867. I'm only interested in
    > > returning the value of 08.867/60. Disregard the 30. I probably didn't explain
    > > it properly the first time.
    > >
    > > "Bernie Deitrick" wrote:
    > >
    > >> JKB,
    > >>
    > >> With your number in A1, try the formula
    > >>
    > >> =INT(A1/100)+(A1-INT(A1/100)*100)/60
    > >>
    > >> and copy it down to match your values.
    > >>
    > >> HTH,
    > >> Bernie
    > >> MS Excel MVP
    > >>
    > >>
    > >> "JKB" <JKB@discussions.microsoft.com> wrote in message
    > >> news:AA0AB587-E6DB-42CF-9851-1FFB532B2472@microsoft.com...
    > >> >I have columns of numbers representing degrees,minutes and decimal minutes
    > >> > with the format xxxx.xxx where the forst two digits to the left are degrees
    > >> > and the last five are minutes and decimal minutes. I am using these in
    > >> > another program that only accepts degrees and decimal degrees. I just wish to
    > >> > divide the last five digits representing minutes by 60 to get decimal
    > >> > degrees. My columns can be up to 800 cells long so I would like to establish
    > >> > a range for the conversion. I am using Excel 2003. Any ideas?
    > >>
    > >>
    > >>

    >
    >
    >


  10. #10
    JKB
    Guest

    Re: How do I work with part of a cell entry?

    Bernie
    That did not work. Assume the number is 3008.867. I'm only interested in
    returning the value of 08.867/60. Disregard the 30. I probably didn't explain
    it properly the first time.

    "Bernie Deitrick" wrote:

    > JKB,
    >
    > With your number in A1, try the formula
    >
    > =INT(A1/100)+(A1-INT(A1/100)*100)/60
    >
    > and copy it down to match your values.
    >
    > HTH,
    > Bernie
    > MS Excel MVP
    >
    >
    > "JKB" <JKB@discussions.microsoft.com> wrote in message
    > news:AA0AB587-E6DB-42CF-9851-1FFB532B2472@microsoft.com...
    > >I have columns of numbers representing degrees,minutes and decimal minutes
    > > with the format xxxx.xxx where the forst two digits to the left are degrees
    > > and the last five are minutes and decimal minutes. I am using these in
    > > another program that only accepts degrees and decimal degrees. I just wish to
    > > divide the last five digits representing minutes by 60 to get decimal
    > > degrees. My columns can be up to 800 cells long so I would like to establish
    > > a range for the conversion. I am using Excel 2003. Any ideas?

    >
    >
    >


  11. #11
    Bernie Deitrick
    Guest

    Re: How do I work with part of a cell entry?

    JKB,

    With your number in A1, try the formula

    =INT(A1/100)+(A1-INT(A1/100)*100)/60

    and copy it down to match your values.

    HTH,
    Bernie
    MS Excel MVP


    "JKB" <JKB@discussions.microsoft.com> wrote in message
    news:AA0AB587-E6DB-42CF-9851-1FFB532B2472@microsoft.com...
    >I have columns of numbers representing degrees,minutes and decimal minutes
    > with the format xxxx.xxx where the forst two digits to the left are degrees
    > and the last five are minutes and decimal minutes. I am using these in
    > another program that only accepts degrees and decimal degrees. I just wish to
    > divide the last five digits representing minutes by 60 to get decimal
    > degrees. My columns can be up to 800 cells long so I would like to establish
    > a range for the conversion. I am using Excel 2003. Any ideas?




  12. #12
    Bernie Deitrick
    Guest

    Re: How do I work with part of a cell entry?

    JKB,

    =(A1-INT(A1/100)*100)/60

    HTH,
    Bernie
    MS Excel MVP


    "JKB" <JKB@discussions.microsoft.com> wrote in message
    news:90AC992B-A56C-4755-9150-BAF96B1B7806@microsoft.com...
    > Bernie
    > That did not work. Assume the number is 3008.867. I'm only interested in
    > returning the value of 08.867/60. Disregard the 30. I probably didn't explain
    > it properly the first time.
    >
    > "Bernie Deitrick" wrote:
    >
    >> JKB,
    >>
    >> With your number in A1, try the formula
    >>
    >> =INT(A1/100)+(A1-INT(A1/100)*100)/60
    >>
    >> and copy it down to match your values.
    >>
    >> HTH,
    >> Bernie
    >> MS Excel MVP
    >>
    >>
    >> "JKB" <JKB@discussions.microsoft.com> wrote in message
    >> news:AA0AB587-E6DB-42CF-9851-1FFB532B2472@microsoft.com...
    >> >I have columns of numbers representing degrees,minutes and decimal minutes
    >> > with the format xxxx.xxx where the forst two digits to the left are degrees
    >> > and the last five are minutes and decimal minutes. I am using these in
    >> > another program that only accepts degrees and decimal degrees. I just wish to
    >> > divide the last five digits representing minutes by 60 to get decimal
    >> > degrees. My columns can be up to 800 cells long so I would like to establish
    >> > a range for the conversion. I am using Excel 2003. Any ideas?

    >>
    >>
    >>




  13. #13
    JKB
    Guest

    Re: How do I work with part of a cell entry?

    Bernie
    That did not work. Assume the number is 3008.867. I'm only interested in
    returning the value of 08.867/60. Disregard the 30. I probably didn't explain
    it properly the first time.

    "Bernie Deitrick" wrote:

    > JKB,
    >
    > With your number in A1, try the formula
    >
    > =INT(A1/100)+(A1-INT(A1/100)*100)/60
    >
    > and copy it down to match your values.
    >
    > HTH,
    > Bernie
    > MS Excel MVP
    >
    >
    > "JKB" <JKB@discussions.microsoft.com> wrote in message
    > news:AA0AB587-E6DB-42CF-9851-1FFB532B2472@microsoft.com...
    > >I have columns of numbers representing degrees,minutes and decimal minutes
    > > with the format xxxx.xxx where the forst two digits to the left are degrees
    > > and the last five are minutes and decimal minutes. I am using these in
    > > another program that only accepts degrees and decimal degrees. I just wish to
    > > divide the last five digits representing minutes by 60 to get decimal
    > > degrees. My columns can be up to 800 cells long so I would like to establish
    > > a range for the conversion. I am using Excel 2003. Any ideas?

    >
    >
    >


  14. #14
    Bernie Deitrick
    Guest

    Re: How do I work with part of a cell entry?

    JKB,

    =(A1-INT(A1/100)*100)/60

    HTH,
    Bernie
    MS Excel MVP


    "JKB" <JKB@discussions.microsoft.com> wrote in message
    news:90AC992B-A56C-4755-9150-BAF96B1B7806@microsoft.com...
    > Bernie
    > That did not work. Assume the number is 3008.867. I'm only interested in
    > returning the value of 08.867/60. Disregard the 30. I probably didn't explain
    > it properly the first time.
    >
    > "Bernie Deitrick" wrote:
    >
    >> JKB,
    >>
    >> With your number in A1, try the formula
    >>
    >> =INT(A1/100)+(A1-INT(A1/100)*100)/60
    >>
    >> and copy it down to match your values.
    >>
    >> HTH,
    >> Bernie
    >> MS Excel MVP
    >>
    >>
    >> "JKB" <JKB@discussions.microsoft.com> wrote in message
    >> news:AA0AB587-E6DB-42CF-9851-1FFB532B2472@microsoft.com...
    >> >I have columns of numbers representing degrees,minutes and decimal minutes
    >> > with the format xxxx.xxx where the forst two digits to the left are degrees
    >> > and the last five are minutes and decimal minutes. I am using these in
    >> > another program that only accepts degrees and decimal degrees. I just wish to
    >> > divide the last five digits representing minutes by 60 to get decimal
    >> > degrees. My columns can be up to 800 cells long so I would like to establish
    >> > a range for the conversion. I am using Excel 2003. Any ideas?

    >>
    >>
    >>




  15. #15
    Bernie Deitrick
    Guest

    Re: How do I work with part of a cell entry?

    JKB,

    With your number in A1, try the formula

    =INT(A1/100)+(A1-INT(A1/100)*100)/60

    and copy it down to match your values.

    HTH,
    Bernie
    MS Excel MVP


    "JKB" <JKB@discussions.microsoft.com> wrote in message
    news:AA0AB587-E6DB-42CF-9851-1FFB532B2472@microsoft.com...
    >I have columns of numbers representing degrees,minutes and decimal minutes
    > with the format xxxx.xxx where the forst two digits to the left are degrees
    > and the last five are minutes and decimal minutes. I am using these in
    > another program that only accepts degrees and decimal degrees. I just wish to
    > divide the last five digits representing minutes by 60 to get decimal
    > degrees. My columns can be up to 800 cells long so I would like to establish
    > a range for the conversion. I am using Excel 2003. Any ideas?




  16. #16
    JKB
    Guest

    Re: How do I work with part of a cell entry?

    Right on, Bernie. I elaborated on your formula to return the degrees to your
    answer so I could save it as a text file as the other program requires and
    import it directly into the other programs which puts the coordinates
    directly onto a chart. The addition to your formula was +int(a1/100). Thank
    you for your assistance.
    Ken

    "Bernie Deitrick" wrote:

    > JKB,
    >
    > =(A1-INT(A1/100)*100)/60
    >
    > HTH,
    > Bernie
    > MS Excel MVP
    >
    >
    > "JKB" <JKB@discussions.microsoft.com> wrote in message
    > news:90AC992B-A56C-4755-9150-BAF96B1B7806@microsoft.com...
    > > Bernie
    > > That did not work. Assume the number is 3008.867. I'm only interested in
    > > returning the value of 08.867/60. Disregard the 30. I probably didn't explain
    > > it properly the first time.
    > >
    > > "Bernie Deitrick" wrote:
    > >
    > >> JKB,
    > >>
    > >> With your number in A1, try the formula
    > >>
    > >> =INT(A1/100)+(A1-INT(A1/100)*100)/60
    > >>
    > >> and copy it down to match your values.
    > >>
    > >> HTH,
    > >> Bernie
    > >> MS Excel MVP
    > >>
    > >>
    > >> "JKB" <JKB@discussions.microsoft.com> wrote in message
    > >> news:AA0AB587-E6DB-42CF-9851-1FFB532B2472@microsoft.com...
    > >> >I have columns of numbers representing degrees,minutes and decimal minutes
    > >> > with the format xxxx.xxx where the forst two digits to the left are degrees
    > >> > and the last five are minutes and decimal minutes. I am using these in
    > >> > another program that only accepts degrees and decimal degrees. I just wish to
    > >> > divide the last five digits representing minutes by 60 to get decimal
    > >> > degrees. My columns can be up to 800 cells long so I would like to establish
    > >> > a range for the conversion. I am using Excel 2003. Any ideas?
    > >>
    > >>
    > >>

    >
    >
    >


  17. #17
    JKB
    Guest

    Re: How do I work with part of a cell entry?

    Right on, Bernie. I elaborated on your formula to return the degrees to your
    answer so I could save it as a text file as the other program requires and
    import it directly into the other programs which puts the coordinates
    directly onto a chart. The addition to your formula was +int(a1/100). Thank
    you for your assistance.
    Ken

    "Bernie Deitrick" wrote:

    > JKB,
    >
    > =(A1-INT(A1/100)*100)/60
    >
    > HTH,
    > Bernie
    > MS Excel MVP
    >
    >
    > "JKB" <JKB@discussions.microsoft.com> wrote in message
    > news:90AC992B-A56C-4755-9150-BAF96B1B7806@microsoft.com...
    > > Bernie
    > > That did not work. Assume the number is 3008.867. I'm only interested in
    > > returning the value of 08.867/60. Disregard the 30. I probably didn't explain
    > > it properly the first time.
    > >
    > > "Bernie Deitrick" wrote:
    > >
    > >> JKB,
    > >>
    > >> With your number in A1, try the formula
    > >>
    > >> =INT(A1/100)+(A1-INT(A1/100)*100)/60
    > >>
    > >> and copy it down to match your values.
    > >>
    > >> HTH,
    > >> Bernie
    > >> MS Excel MVP
    > >>
    > >>
    > >> "JKB" <JKB@discussions.microsoft.com> wrote in message
    > >> news:AA0AB587-E6DB-42CF-9851-1FFB532B2472@microsoft.com...
    > >> >I have columns of numbers representing degrees,minutes and decimal minutes
    > >> > with the format xxxx.xxx where the forst two digits to the left are degrees
    > >> > and the last five are minutes and decimal minutes. I am using these in
    > >> > another program that only accepts degrees and decimal degrees. I just wish to
    > >> > divide the last five digits representing minutes by 60 to get decimal
    > >> > degrees. My columns can be up to 800 cells long so I would like to establish
    > >> > a range for the conversion. I am using Excel 2003. Any ideas?
    > >>
    > >>
    > >>

    >
    >
    >


  18. #18
    Bernie Deitrick
    Guest

    Re: How do I work with part of a cell entry?

    JKB,

    With your number in A1, try the formula

    =INT(A1/100)+(A1-INT(A1/100)*100)/60

    and copy it down to match your values.

    HTH,
    Bernie
    MS Excel MVP


    "JKB" <JKB@discussions.microsoft.com> wrote in message
    news:AA0AB587-E6DB-42CF-9851-1FFB532B2472@microsoft.com...
    >I have columns of numbers representing degrees,minutes and decimal minutes
    > with the format xxxx.xxx where the forst two digits to the left are degrees
    > and the last five are minutes and decimal minutes. I am using these in
    > another program that only accepts degrees and decimal degrees. I just wish to
    > divide the last five digits representing minutes by 60 to get decimal
    > degrees. My columns can be up to 800 cells long so I would like to establish
    > a range for the conversion. I am using Excel 2003. Any ideas?




  19. #19
    Bernie Deitrick
    Guest

    Re: How do I work with part of a cell entry?

    JKB,

    =(A1-INT(A1/100)*100)/60

    HTH,
    Bernie
    MS Excel MVP


    "JKB" <JKB@discussions.microsoft.com> wrote in message
    news:90AC992B-A56C-4755-9150-BAF96B1B7806@microsoft.com...
    > Bernie
    > That did not work. Assume the number is 3008.867. I'm only interested in
    > returning the value of 08.867/60. Disregard the 30. I probably didn't explain
    > it properly the first time.
    >
    > "Bernie Deitrick" wrote:
    >
    >> JKB,
    >>
    >> With your number in A1, try the formula
    >>
    >> =INT(A1/100)+(A1-INT(A1/100)*100)/60
    >>
    >> and copy it down to match your values.
    >>
    >> HTH,
    >> Bernie
    >> MS Excel MVP
    >>
    >>
    >> "JKB" <JKB@discussions.microsoft.com> wrote in message
    >> news:AA0AB587-E6DB-42CF-9851-1FFB532B2472@microsoft.com...
    >> >I have columns of numbers representing degrees,minutes and decimal minutes
    >> > with the format xxxx.xxx where the forst two digits to the left are degrees
    >> > and the last five are minutes and decimal minutes. I am using these in
    >> > another program that only accepts degrees and decimal degrees. I just wish to
    >> > divide the last five digits representing minutes by 60 to get decimal
    >> > degrees. My columns can be up to 800 cells long so I would like to establish
    >> > a range for the conversion. I am using Excel 2003. Any ideas?

    >>
    >>
    >>




  20. #20
    JKB
    Guest

    Re: How do I work with part of a cell entry?

    Bernie
    That did not work. Assume the number is 3008.867. I'm only interested in
    returning the value of 08.867/60. Disregard the 30. I probably didn't explain
    it properly the first time.

    "Bernie Deitrick" wrote:

    > JKB,
    >
    > With your number in A1, try the formula
    >
    > =INT(A1/100)+(A1-INT(A1/100)*100)/60
    >
    > and copy it down to match your values.
    >
    > HTH,
    > Bernie
    > MS Excel MVP
    >
    >
    > "JKB" <JKB@discussions.microsoft.com> wrote in message
    > news:AA0AB587-E6DB-42CF-9851-1FFB532B2472@microsoft.com...
    > >I have columns of numbers representing degrees,minutes and decimal minutes
    > > with the format xxxx.xxx where the forst two digits to the left are degrees
    > > and the last five are minutes and decimal minutes. I am using these in
    > > another program that only accepts degrees and decimal degrees. I just wish to
    > > divide the last five digits representing minutes by 60 to get decimal
    > > degrees. My columns can be up to 800 cells long so I would like to establish
    > > a range for the conversion. I am using Excel 2003. Any ideas?

    >
    >
    >


  21. #21
    JKB
    Guest

    How do I work with part of a cell entry?

    I have columns of numbers representing degrees,minutes and decimal minutes
    with the format xxxx.xxx where the forst two digits to the left are degrees
    and the last five are minutes and decimal minutes. I am using these in
    another program that only accepts degrees and decimal degrees. I just wish to
    divide the last five digits representing minutes by 60 to get decimal
    degrees. My columns can be up to 800 cells long so I would like to establish
    a range for the conversion. I am using Excel 2003. Any ideas?

  22. #22
    Bernie Deitrick
    Guest

    Re: How do I work with part of a cell entry?

    JKB,

    =(A1-INT(A1/100)*100)/60

    HTH,
    Bernie
    MS Excel MVP


    "JKB" <JKB@discussions.microsoft.com> wrote in message
    news:90AC992B-A56C-4755-9150-BAF96B1B7806@microsoft.com...
    > Bernie
    > That did not work. Assume the number is 3008.867. I'm only interested in
    > returning the value of 08.867/60. Disregard the 30. I probably didn't explain
    > it properly the first time.
    >
    > "Bernie Deitrick" wrote:
    >
    >> JKB,
    >>
    >> With your number in A1, try the formula
    >>
    >> =INT(A1/100)+(A1-INT(A1/100)*100)/60
    >>
    >> and copy it down to match your values.
    >>
    >> HTH,
    >> Bernie
    >> MS Excel MVP
    >>
    >>
    >> "JKB" <JKB@discussions.microsoft.com> wrote in message
    >> news:AA0AB587-E6DB-42CF-9851-1FFB532B2472@microsoft.com...
    >> >I have columns of numbers representing degrees,minutes and decimal minutes
    >> > with the format xxxx.xxx where the forst two digits to the left are degrees
    >> > and the last five are minutes and decimal minutes. I am using these in
    >> > another program that only accepts degrees and decimal degrees. I just wish to
    >> > divide the last five digits representing minutes by 60 to get decimal
    >> > degrees. My columns can be up to 800 cells long so I would like to establish
    >> > a range for the conversion. I am using Excel 2003. Any ideas?

    >>
    >>
    >>




  23. #23
    JKB
    Guest

    Re: How do I work with part of a cell entry?

    Bernie
    That did not work. Assume the number is 3008.867. I'm only interested in
    returning the value of 08.867/60. Disregard the 30. I probably didn't explain
    it properly the first time.

    "Bernie Deitrick" wrote:

    > JKB,
    >
    > With your number in A1, try the formula
    >
    > =INT(A1/100)+(A1-INT(A1/100)*100)/60
    >
    > and copy it down to match your values.
    >
    > HTH,
    > Bernie
    > MS Excel MVP
    >
    >
    > "JKB" <JKB@discussions.microsoft.com> wrote in message
    > news:AA0AB587-E6DB-42CF-9851-1FFB532B2472@microsoft.com...
    > >I have columns of numbers representing degrees,minutes and decimal minutes
    > > with the format xxxx.xxx where the forst two digits to the left are degrees
    > > and the last five are minutes and decimal minutes. I am using these in
    > > another program that only accepts degrees and decimal degrees. I just wish to
    > > divide the last five digits representing minutes by 60 to get decimal
    > > degrees. My columns can be up to 800 cells long so I would like to establish
    > > a range for the conversion. I am using Excel 2003. Any ideas?

    >
    >
    >


  24. #24
    Bernie Deitrick
    Guest

    Re: How do I work with part of a cell entry?

    JKB,

    With your number in A1, try the formula

    =INT(A1/100)+(A1-INT(A1/100)*100)/60

    and copy it down to match your values.

    HTH,
    Bernie
    MS Excel MVP


    "JKB" <JKB@discussions.microsoft.com> wrote in message
    news:AA0AB587-E6DB-42CF-9851-1FFB532B2472@microsoft.com...
    >I have columns of numbers representing degrees,minutes and decimal minutes
    > with the format xxxx.xxx where the forst two digits to the left are degrees
    > and the last five are minutes and decimal minutes. I am using these in
    > another program that only accepts degrees and decimal degrees. I just wish to
    > divide the last five digits representing minutes by 60 to get decimal
    > degrees. My columns can be up to 800 cells long so I would like to establish
    > a range for the conversion. I am using Excel 2003. Any ideas?




  25. #25
    JKB
    Guest

    Re: How do I work with part of a cell entry?

    Right on, Bernie. I elaborated on your formula to return the degrees to your
    answer so I could save it as a text file as the other program requires and
    import it directly into the other programs which puts the coordinates
    directly onto a chart. The addition to your formula was +int(a1/100). Thank
    you for your assistance.
    Ken

    "Bernie Deitrick" wrote:

    > JKB,
    >
    > =(A1-INT(A1/100)*100)/60
    >
    > HTH,
    > Bernie
    > MS Excel MVP
    >
    >
    > "JKB" <JKB@discussions.microsoft.com> wrote in message
    > news:90AC992B-A56C-4755-9150-BAF96B1B7806@microsoft.com...
    > > Bernie
    > > That did not work. Assume the number is 3008.867. I'm only interested in
    > > returning the value of 08.867/60. Disregard the 30. I probably didn't explain
    > > it properly the first time.
    > >
    > > "Bernie Deitrick" wrote:
    > >
    > >> JKB,
    > >>
    > >> With your number in A1, try the formula
    > >>
    > >> =INT(A1/100)+(A1-INT(A1/100)*100)/60
    > >>
    > >> and copy it down to match your values.
    > >>
    > >> HTH,
    > >> Bernie
    > >> MS Excel MVP
    > >>
    > >>
    > >> "JKB" <JKB@discussions.microsoft.com> wrote in message
    > >> news:AA0AB587-E6DB-42CF-9851-1FFB532B2472@microsoft.com...
    > >> >I have columns of numbers representing degrees,minutes and decimal minutes
    > >> > with the format xxxx.xxx where the forst two digits to the left are degrees
    > >> > and the last five are minutes and decimal minutes. I am using these in
    > >> > another program that only accepts degrees and decimal degrees. I just wish to
    > >> > divide the last five digits representing minutes by 60 to get decimal
    > >> > degrees. My columns can be up to 800 cells long so I would like to establish
    > >> > a range for the conversion. I am using Excel 2003. Any ideas?
    > >>
    > >>
    > >>

    >
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1