#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
gpkelly
 
Posts: n/a
Default IF Function


I'm currently producing a league table for football in excel and I
wanted to have column showing if a team has moved up, down or stayed
the same position in the table, from the previous week.

I tried to use an IF function to say e.g. IF(A2B2,"up","down) or
A2=B2,"="

Where A2 is the new league position and B2 is the previous week's
position.

What would be the correct formula to satisfy this.

I want to have "up" if the position is higher than last week and "down"
if it is lower. If it is the same i want to have "=".

Any help would be much appreciated.

Thanks

Gerard


--
gpkelly
------------------------------------------------------------------------
gpkelly's Profile: http://www.excelforum.com/member.php...o&userid=35405
View this thread: http://www.excelforum.com/showthread...hreadid=551787

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bondi
 
Posts: n/a
Default IF Function


Hi Gerard,

Maybe you can use something along the lines of:

=IF(A2B2,"UP",IF(A2=B2,"=","DOWN"))

Regards,
Bondi

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
Creating a Custom Excel Function to Calculate Gini Coefficients [email protected] Excel Worksheet Functions 3 February 21st 06 10:15 PM
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
Hyperlinks using R[1]C[1] and offset function in its cell referenc Elijah-Dadda Excel Worksheet Functions 0 March 5th 05 03:31 AM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. Robert AS Excel Worksheet Functions 4 December 2nd 04 10:49 AM


All times are GMT +1. The time now is 04:36 AM.

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

About Us

"It's about Microsoft Excel"