Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
ilyaskazi
 
Posts: n/a
Default conditional value required on basis of column a


if cell value of column A1 is between 3000 - 5000 then apply the cell
value of column B1 =90


--
ilyaskazi
------------------------------------------------------------------------
ilyaskazi's Profile: http://www.excelforum.com/member.php...o&userid=23969
View this thread: http://www.excelforum.com/showthread...hreadid=376227

  #2   Report Post  
mangesh_yadav
 
Posts: n/a
Default


In B1 enter:
=IF(AND(A1=3000,A1<-5000),90,"")

If between 3000 and 5000, then b1 = 90, otherwise it would be blank.


Mangesh


--
mangesh_yadav
------------------------------------------------------------------------
mangesh_yadav's Profile: http://www.excelforum.com/member.php...o&userid=10470
View this thread: http://www.excelforum.com/showthread...hreadid=376227

  #3   Report Post  
Aladin Akyurek
 
Posts: n/a
Default

ilyaskazi wrote:
if cell value of column A1 is between 3000 - 5000 then apply the cell
value of column B1 =90



Do you mean:

=IF(AND(A1=3000,A1<=5000),B1,"")
  #4   Report Post  
ilyaskazi
 
Posts: n/a
Default


Thanku mangesh, it is working perfect.

regards,
ilyaskazi


--
ilyaskazi
------------------------------------------------------------------------
ilyaskazi's Profile: http://www.excelforum.com/member.php...o&userid=23969
View this thread: http://www.excelforum.com/showthread...hreadid=376227

  #5   Report Post  
Max
 
Posts: n/a
Default

Put in B1: =IF(AND(A1=3000,A1<=5000),90,"")
Copy down

Note that the above will return blanks: "" as the values_if_false
(you didn't specify this)

Adapt to suit ..
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"ilyaskazi" wrote
in message ...

if cell value of column A1 is between 3000 - 5000 then apply the cell
value of column B1 =90


--
ilyaskazi
------------------------------------------------------------------------
ilyaskazi's Profile:

http://www.excelforum.com/member.php...o&userid=23969
View this thread: http://www.excelforum.com/showthread...hreadid=376227



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
Conditional formatting applicable to entire column jackalx Excel Worksheet Functions 1 May 26th 05 05:20 PM
Help with macro looping and color query function kevinm Excel Discussion (Misc queries) 10 May 26th 05 01:25 AM
Combining workbooks with some variable field names Bob Dobalina Excel Discussion (Misc queries) 8 May 17th 05 09:48 PM
How to group similar column titles together???? vrk1 Excel Discussion (Misc queries) 2 April 30th 05 12:17 AM
conditional formatting based on column snax500 Excel Discussion (Misc queries) 4 April 27th 05 06:13 PM


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