Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Qaspec
 
Posts: n/a
Default if statement between values

how do i enter this as a formula?

if r46 is between 37987 and 38017 then 1 else 0

thanks for any help
  #2   Report Post  
CLR
 
Posts: n/a
Default

=IF(AND(R4637987,R46<38017),1,0)

Vaya con Dios,
Chuck, CABGx3


"Qaspec" wrote in message
...
how do i enter this as a formula?

if r46 is between 37987 and 38017 then 1 else 0

thanks for any help



  #3   Report Post  
Ragdyer
 
Posts: n/a
Default

Try this if you really mean *between* 37987 & 38017:

=(R4637987)*(R46<38017)

If you want to *include* 37987 & 38017, try this:.

=(R46=37987)*(R46<=38017)
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------


"Qaspec" wrote in message
...
how do i enter this as a formula?

if r46 is between 37987 and 38017 then 1 else 0

thanks for any help


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
Zero values in a log chart Joelle_Smith Charts and Charting in Excel 2 May 8th 23 03:42 AM
Hiding Values Below Z Axis Minimum Value on Axis Charts TryingToExcel Charts and Charting in Excel 1 February 18th 05 03:55 AM
Second serie doesn't use X-as values JackRnl Charts and Charting in Excel 1 January 20th 05 01:04 AM
project values based on other values Gabriele Excel Discussion (Misc queries) 1 January 7th 05 09:27 AM
7+ nested if statement? Turi Excel Worksheet Functions 3 December 20th 04 07:55 PM


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