Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
jlperezlafuente
 
Posts: n/a
Default I need a formula like this "@if(2000

I look for some one help me in develop this formula for excel.

=IF(Sheet2!D8<2000,(Sheet2!D10),IF(2000<Sheet2!E8< 17000,(Sheet2!E10),IF(17000<Sheet2!F8<30000,(Sheet 2!F10),IF(30000<Sheet2!G8<50000,(Sheet2!G10),IF(Sh eet2!H850000,(Sheet2!H10),(0))))))
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi

i think this will work
=IF(Sheet2!D8<2000,Sheet2!D1,IF(AND(Sheet2!E82000 ,Sheet2!E8<17000),Sheet2!E10,IF(AND(Sheet2!F81700 0,Sheet2!F8<30000),Sheet2!F10,IF(AND(Sheet2!G8300 00,Sheet2!G8<50000),Sheet2!G10,IF(Sheet2!H850000, Sheet2!H10,0)))))

Cheers
JulieD

"jlperezlafuente" wrote in
message ...
I look for some one help me in develop this formula for excel.

=IF(Sheet2!D8<2000,(Sheet2!D10),IF(2000<Sheet2!E8 <17000,(Sheet2!E10),IF(17000<Sheet2!F8<30000,(Shee t2!F10),IF(30000<Sheet2!G8<50000,(Sheet2!G10),IF(S heet2!H850000,(Sheet2!H10),(0))))))



  #3   Report Post  
Duke Carey
 
Posts: n/a
Default

Take a look in the help file at the VLOOKUP(), HLOOKUP(), & LOOKUP()
functions. One or more of them will do exactly what you want.

"jlperezlafuente" wrote:

I look for some one help me in develop this formula for excel.

=IF(Sheet2!D8<2000,(Sheet2!D10),IF(2000<Sheet2!E8< 17000,(Sheet2!E10),IF(17000<Sheet2!F8<30000,(Sheet 2!F10),IF(30000<Sheet2!G8<50000,(Sheet2!G10),IF(Sh eet2!H850000,(Sheet2!H10),(0))))))

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
IF & VLOOKUP FORMULA taxmom Excel Worksheet Functions 3 March 2nd 05 03:35 PM
Problem with VBA returning the contents of a long formula. [email protected] Excel Discussion (Misc queries) 2 February 23rd 05 12:14 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
revert formula insertion to old method Don't be a pain in the ass Setting up and Configuration of Excel 0 January 24th 05 01:49 PM
Help with macro formula and variable Huge project Excel Worksheet Functions 0 December 28th 04 01:27 AM


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