Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Conditional IF in MS Excel

Status
Not open for further replies.

maakus_imported

IS-IT--Management
Joined
Mar 18, 2003
Messages
1
Location
CN
I am working on a spreadsheet using IF, but I am not getting the correct answers:

If COL 1 >15 then 1 else 0
IF COL 3 <5 then 1 else 0
IF COL 1 >9 but < 15 then 1 else 0
IF COL 3 <4 then 1 else 0


I am getting a #Value in the column with the formula:
I have so far

IF(COL1>15,1,0),IF(COL3<5,1,0),IF(COL1>9,1,0),IF(COL1<15,1,0)....

ANy ideas??


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top