#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Lisa
 
Posts: n/a
Default Formulas

I have a formula that i am trying to figure out

If a member is a Frequent Flier then the cheapest air fare applies if not
the cheapest normal fare applies How do i write this into a formula
my answer was
IF (Status="Y",Frequent_Flier,Normal) but was told that this didn't allow
for the data to change or a new airline to join
I really need some help cause it's driving me mad!

Thanking you
Lisa
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
damorrison
 
Posts: n/a
Default Formulas

Does "Y" mean frequent flyer, if so here's is what I think,
I assume there are two different prices, lets put them in A1 for the
normal fare and A2 for the cheapest fare
in cell B2 enter:
=IF(B1="Y",A2,A1)
Enter Y in B1 and see what happens

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Countif formulas change after doing a sort Bob Smith Excel Worksheet Functions 3 January 3rd 06 11:17 PM
Array Formulas take waaaay too long... belly0fdesire Excel Worksheet Functions 7 August 8th 05 10:11 PM
Problem with named formula's nathan Excel Worksheet Functions 0 January 21st 05 04:07 PM
How to make Excel run limited number of formulas on a given worksh John Excel Discussion (Misc queries) 0 January 12th 05 04:29 PM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM


All times are GMT +1. The time now is 11:33 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"