• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need help with Microsoft Excel

blipblop

Senior member
I am taking readings and they are like 1 degree and 30 seconds or 1deg and 30'.
How do I input this into excel? I will have to later graph them as these are antenna patterns. thanks
 
When you open a new excel sheet leave the default formats as is ... just size the column width
Enter your data by: '1 degree 30' .. it will display as: 1 degree 30'
the leading ' tells excel not to format your data .. it stays as you typed it
Now if you need to do calculations on that .. you will need someone with more expertise than me
You might try Scientific for the Cell Formats
 
alright, that will be a start. I will eventually have two columns.. the angle vs the dBm. Then I will just graph them to see the peaks and the null of the antenna pattern. This gets me started, thank you.
 
If you need to run calculations or graph them, then Excel may require the numbers to be in decimal degrees.

You could set it up so that degrees, minutes, seconds are each in a separate column, and then use the following formula to convert to DD.

Degrees + (Minutes/60) + (Seconds/3600) --> Decimal Degrees
 
Back
Top