Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
travelersway
 
Posts: n/a
Default assign a value to a range


I'm trying to assign a percent value associated with a dollar value
within a range.
How would I write this formula?

EXAMPLE:

LOCATI0N
B1 IF A1 = OR $10.00, 5%,0
B2 IF A1 < $10.00 AND = OR $9.00, 4%,0
B3 IF A1 < $9.00 AND = OR $8.00, 3%,0

Help appreciated.
TRAVELERSWAY


--
travelersway
------------------------------------------------------------------------
travelersway's Profile: http://www.excelforum.com/member.php...o&userid=17623
View this thread: http://www.excelforum.com/showthread...hreadid=480863

  #2   Report Post  
swatsp0p
 
Posts: n/a
Default assign a value to a range


one way:

B1: =IF(A110,5%,IF(A19,4%,IF(A18,3%,0)))

Good luck.


--
swatsp0p


------------------------------------------------------------------------
swatsp0p's Profile: http://www.excelforum.com/member.php...o&userid=15101
View this thread: http://www.excelforum.com/showthread...hreadid=480863

  #3   Report Post  
travelersway
 
Posts: n/a
Default assign a value to a range


Thank You Bruce! You always come through!
Travelersway


--
travelersway
------------------------------------------------------------------------
travelersway's Profile: http://www.excelforum.com/member.php...o&userid=17623
View this thread: http://www.excelforum.com/showthread...hreadid=480863

  #4   Report Post  
swatsp0p
 
Posts: n/a
Default assign a value to a range


I'm glad it worked for you. Thanks for the feedback, it is always
appreciated.

Cheers!


--
swatsp0p


------------------------------------------------------------------------
swatsp0p's Profile: http://www.excelforum.com/member.php...o&userid=15101
View this thread: http://www.excelforum.com/showthread...hreadid=480863

  #5   Report Post  
Cutter
 
Posts: n/a
Default assign a value to a range


Bruce's formula doesn't account for the part of your original request
for values that equal 10, 9 or 8.

The formula to cover that would be:

=IF(A1=10,5%,IF(A1=9,4%,IF(A1=8,3%,0)))


--
Cutter
------------------------------------------------------------------------
Cutter's Profile: http://www.excelforum.com/member.php...fo&userid=9848
View this thread: http://www.excelforum.com/showthread...hreadid=480863



  #6   Report Post  
travelersway
 
Posts: n/a
Default assign a value to a range


Thanks Cutter.

Travelersway


--
travelersway
------------------------------------------------------------------------
travelersway's Profile: http://www.excelforum.com/member.php...o&userid=17623
View this thread: http://www.excelforum.com/showthread...hreadid=480863

  #7   Report Post  
swatsp0p
 
Posts: n/a
Default assign a value to a range


Thanks, Cutter. I missed the part of the OPs request that stated
'='...

Good catch.

Cheers.


--
swatsp0p


------------------------------------------------------------------------
swatsp0p's Profile: http://www.excelforum.com/member.php...o&userid=15101
View this thread: http://www.excelforum.com/showthread...hreadid=480863

  #8   Report Post  
Cutter
 
Posts: n/a
Default assign a value to a range


Glad to help.


--
Cutter
------------------------------------------------------------------------
Cutter's Profile: http://www.excelforum.com/member.php...fo&userid=9848
View this thread: http://www.excelforum.com/showthread...hreadid=480863

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
Find dates in a range; then sum values in that range by a criteria Anders Excel Discussion (Misc queries) 4 October 21st 05 03:41 PM
Assign one number to a number range Sue New Users to Excel 1 October 6th 05 01:21 AM
How to Select a relative range with Using "Find" and Offset() Dennis Excel Discussion (Misc queries) 7 July 27th 05 03:57 PM
Can a formula check for a certain value in a range? Lee IT Excel Discussion (Misc queries) 3 April 8th 05 07:36 AM
can a formula check for a certain value in a range? Lee IT Excel Discussion (Misc queries) 1 April 7th 05 04:31 PM


All times are GMT +1. The time now is 01:01 PM.

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"