Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 829
Default Help Needed! Using complex IF function

"John Ball" wrote:
Not sure whether =IF function is the correct on to use,
but I need to test on values in column A, to see if the
value is 1500 more (+) or less (-) than values in column B.
I would also like to get an output in column C, so that
if the result is "true" then a number "3" can be attributed
for coding purposes


Try:

=IF(ABS(A2-B2)<=1500,3,"")

You neglect to say what you want if column A is not within 1500 of column B.
I opted for the null string (""). Replace "" with something else if you
wish.

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
A complex formula, help needed Mac Excel Worksheet Functions 2 December 12th 09 06:14 PM
Complex function needed? JRD Excel Worksheet Functions 5 December 7th 09 11:23 PM
Help needed with setting up a complex directive cxlough41 Excel Programming 1 January 6th 06 04:46 AM
Complex formula help needed Jan Excel Worksheet Functions 0 November 9th 04 03:19 PM
Complex forumula help needed Jan Excel Worksheet Functions 0 November 9th 04 03:09 PM


All times are GMT +1. The time now is 05:52 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"