PC Review


Reply
Thread Tools Rate Thread

Problem with using IF for a range of cells

 
 
manan
Guest
Posts: n/a
 
      12th May 2006

Hi

I have a a range of cell lets say db5:do5. I need to check which is the
first value in this range whcih is between 80% to 120% of ae5. In cell
dp5 i need excel to return the column heading (range db4:db5) of the
cell which meets the above said condition.
i am new to excel and not familiar with excel programming. Is there a
way to get this done. Need help urgently

Thanks
Manan


--
manan
------------------------------------------------------------------------
manan's Profile: http://www.excelforum.com/member.php...o&userid=34216
View this thread: http://www.excelforum.com/showthread...hreadid=541473

 
Reply With Quote
 
 
 
 
Ardus Petus
Guest
Posts: n/a
 
      12th May 2006
I've been trying to get a solution with a single formula.

Till now, I only have a solution with a staging row in DB6O6 with formula:
=AND(DB5/$AE5>=0.8,DB5/$AE5<=1.2)

The final result in DP5 is given by formula:
=INDEX(DB4O4,1,MATCH(TRUE,DB6O6,0))

See example: http://cjoint.com/?fmnCEWBPcI

HTH
--
AP

"manan" <(E-Mail Removed)> a écrit dans le
message de news: (E-Mail Removed)...
>
> Hi
>
> I have a a range of cell lets say db5:do5. I need to check which is the
> first value in this range whcih is between 80% to 120% of ae5. In cell
> dp5 i need excel to return the column heading (range db4:db5) of the
> cell which meets the above said condition.
> i am new to excel and not familiar with excel programming. Is there a
> way to get this done. Need help urgently
>
> Thanks
> Manan
>
>
> --
> manan
> ------------------------------------------------------------------------
> manan's Profile:
> http://www.excelforum.com/member.php...o&userid=34216
> View this thread: http://www.excelforum.com/showthread...hreadid=541473
>



 
Reply With Quote
 
manan
Guest
Posts: n/a
 
      12th May 2006

Hi
thanks for your reply. I managed too get it done in stages. Its not
necessary to do it in one formula.
Thanks


--
manan
------------------------------------------------------------------------
manan's Profile: http://www.excelforum.com/member.php...o&userid=34216
View this thread: http://www.excelforum.com/showthread...hreadid=541473

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
change colors in a range of excel cells based on another range of cells Bobbi Muck Microsoft Excel Programming 1 9th Apr 2010 04:47 AM
Problem assigning values to a range of cells =?Utf-8?B?Sm9obiBLZWl0aA==?= Microsoft Excel Programming 3 7th Oct 2005 10:00 PM
Problem with Range.Cells.Offset and Range.Cells( row + offset, column) erazmus@actrix.co.nz Microsoft Excel Programming 1 22nd Aug 2005 04:31 AM
a problem with if invovling a range of cells =?Utf-8?B?QW50aG9ueQ==?= Microsoft Excel Worksheet Functions 1 9th Jul 2005 09:18 PM
problem referring to Range and Cells =?Utf-8?B?S2V2aW4=?= Microsoft Excel Programming 8 28th Feb 2004 02:05 AM


Features
 

Advertising
 

Newsgroups
 


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