LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 48
Default If condition to find Target

I've a data(#of products sold in a day) in Column 'D' to 'L', I am trying to
find out the sales target achieved by each Employee. Targets are given in
column P. If none of the items are sold then i want it to display "none"

D E F G H I J K L

3 4 1 10 1 1 1 1

I tried get the result with this formula, but it goes wrong somewhere.
=IF(SUM(D7:L7)=0,"None",(IF(AND(D7=$P$4,E7=$P$5, F7=$P$6,G7=$P$7,H7=$P$8,I7=$P$9,J7=$P$10,K7= $P$11,),"Achieved",IF(OR((D7<$P$4)*(D70),(E7<$P$5 )*(E70),(F7<$P$6)*(F70),(G7<$P$7)*(G70),(H7<$P$ 8)*(H7=0),(I7<$P$9)*(I70),(J7<$P$10)*(J70),(K7<$ P$11)*(K70),),"NOT Achieved","Achieved"))))

I've more than 360 rows of data, could any please let me know where I've
gone wrong or if there's any other way to get the desired result

Thanks and regards
--
Karthi
 
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
How to find first row where condition is true? WhatsUp31415 Excel Discussion (Misc queries) 6 May 21st 09 12:11 PM
Trying to FIND lowercase or uppercase of target occurence u473 Excel Worksheet Functions 3 August 23rd 07 11:08 PM
Target cell reference moves when target is cut and pasted Illya Teideman Excel Discussion (Misc queries) 5 May 31st 07 11:34 AM
Use Vlookup or similiar function to find the row of the target cel J@Y Excel Discussion (Misc queries) 3 February 9th 07 08:37 PM
Find and replace with condition Stuart Excel Discussion (Misc queries) 5 July 26th 05 12:47 PM


All times are GMT +1. The time now is 10:50 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"