Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Nested if formula clashes

How do i tell a formula to take an number between 600 and 799?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default Nested if formula clashes

=if(and(a2=600,a2<800),1,2)


--
Don Guillett
SalesAid Software

<=IF(E5<600,"Geen medalje",IF(E5; wrote in
message ...
How do i tell a formula to take an number between 600 and 799?


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,393
Default Nested if formula clashes

=IF(AND(E5600,E5<799),"Green", "Red")

This is better asked in the worksheet.functions group not programming.
best wishes

--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

<=IF(E5<600,"Geen medalje",IF(E5; wrote in
message ...
How do i tell a formula to take an number between 600 and 799?



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
Nested formula...I think Diogie Excel Worksheet Functions 1 August 21st 09 05:43 AM
how to find time clashes using excel Jack Excel Worksheet Functions 6 December 11th 08 10:12 AM
excel application clashes oldLearner57 Excel Discussion (Misc queries) 3 October 26th 08 04:38 AM
Nested Formula MichaelS Excel Worksheet Functions 6 November 28th 05 07:54 PM
C Add-In clashes with VBA? Anton Kryukov Excel Programming 0 July 8th 03 09:39 PM


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