ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   i need help with a function application with multiple arguments (https://www.excelbanter.com/excel-worksheet-functions/164634-i-need-help-function-application-multiple-arguments.html)

tarabull

i need help with a function application with multiple arguments
 
if a is less than 4500 then b, if a is greater than or equal to 4500 but less
than 7500 then c, if a is greater or equal to 7500 then c

tarabull

i need help with a function application with multiple arguments
 


"tarabull" wrote:

if a is less than 4500 then b, if a is greater than or equal to 4500 but less
than 7500 then c, if a is greater or equal to 7500 then c


on the last "c" i meant "d"

Ron Rosenfeld

i need help with a function application with multiple arguments
 
On Fri, 2 Nov 2007 20:08:00 -0700, tarabull
wrote:

if a is less than 4500 then b, if a is greater than or equal to 4500 but less
than 7500 then c, if a is greater or equal to 7500 then c


With "a" in A1:

=VLOOKUP(A1,{-9.9999E+307,"b";4500,"c";7500,"d"},2)


--ron

JE McGimpsey

i need help with a function application with multiple arguments
 
One way:

=IF(a<4500,b,IF(a<7500,c,d))

In article ,
tarabull wrote:

if a is less than 4500 then b, if a is greater than or equal to 4500 but less
than 7500 then c, if a is greater or equal to 7500 then c



All times are GMT +1. The time now is 07:02 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com