![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Posts: 62
|
Folks
I have 30,000 codes running down column H, some positive, some negative. In column I I would like to say either Investigate if the figure is greater than 0.1 or less than minus 0.1, ignore otherwise. Now I have no probs if I just want to say IF(H3>0.1,"investigate","ignore") so how do I work it for my problem? Please excuse my ignorance Matt |
|
|
|
|
|
#2 |
|
New Member
Join Date: Mar 2002
Location: London, UK
Posts: 17
|
Try
=IF(ABS(H3)>0.1,"Investigate","Ignore") This will ignore the signs |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Mar 2002
Posts: 62
|
Thank you kindly!
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|