Excel Formula Help Part 2

Having difficulties with AvCanada Forums, the internet etc.. ask your questions here.

Moderators: North Shore, sky's the limit, sepia, Sulako

Post Reply
User avatar
flynfiddle
Rank 3
Rank 3
Posts: 190
Joined: Wed Feb 18, 2004 10:29 am
Location: YZF

Excel Formula Help Part 2

Post by flynfiddle »

I'm working on a Flight Planning spreadsheet and be damned if I can find a formula for spitting out a Groundspeed given True Course, TAS, Wind Direction and Wind Speed. Anyone have any suggestions? I'm Googled out!

Thanks
---------- ADS -----------
 
Louis
Rank 8
Rank 8
Posts: 997
Joined: Sun Feb 15, 2004 7:28 pm
Location: CYUL

Re: Excel Formula Help Part 2

Post by Louis »

Hello,

What you're trying to figure out is sometimes called a wind or velocity triangle.

In any case this little page came in handy when I made my own flight planning sheets:

http://williams.best.vwh.net/avform.htm

Goodbye,

Louis
---------- ADS -----------
 
User avatar
flynfiddle
Rank 3
Rank 3
Posts: 190
Joined: Wed Feb 18, 2004 10:29 am
Location: YZF

Re: Excel Formula Help Part 2

Post by flynfiddle »

Thanks Louis .. I actually stumbled on to that site in my search and tried the formula but being a complete TOOL I was unable to make it work for me, too many "if"s for my limited Excel know-how. I'll have another go at it tonight.
---------- ADS -----------
 
Louis
Rank 8
Rank 8
Posts: 997
Joined: Sun Feb 15, 2004 7:28 pm
Location: CYUL

Re: Excel Formula Help Part 2

Post by Louis »

Let me know if you want me to take a look. You'd even have a reason to use the attachments function we now have on the board.

Goodbye,

Louis
---------- ADS -----------
 
schleprock
Rank 1
Rank 1
Posts: 22
Joined: Mon Mar 13, 2006 10:34 am

Re: Excel Formula Help Part 2

Post by schleprock »

here's my ground speed calc from my spreadsheet

ROUND("TAS"*SQRT(1-(("wind velocity"/"TAS")*SIN(RADIANS("wind direction"-"true track")))^2)-"wind velocity"*COS(RADIANS("wind direction"-"true track")),0)
---------- ADS -----------
 
Post Reply

Return to “Internet and Computer Help”