Thanks Harry i want formula for Column D. the formula what i have mention in email needs to be enhance or change 1. if for code in column A, status in column C is Paid,Not Paid,Awaiting then Final Status should be Not to process in column D 2. if for code in column A, status in column C is only paid then findal status should be process in column D 3. there is one blank row after each unique code in column A
i hope i have clear my query. On Sat, May 15, 2010 at 10:28 AM, harpreetgujral <harpreetguj...@gmail.com>wrote: > Hi Mahesh, > > You wrote: > > *"Dear All > * > > *for attach sheet i need formula or macro, I will appreciate any help on > this. > 1.if for code in column A ,status in column C is paid then D column status > should be process > 2.if status in column C is not paid or awaiting then D column status should > > be not to process > 3. there is blank line between two codes in column A > below mention formula not working. > =IF(A3="","",IF(C3="Paid","Process","Not to process")) " > * > > > > In the attached sheet, first two points have been closed. 3) point is not > clear at all. > > Syntax of the If formula is as follows: > > =IF(Condition,<Statement if condition is true>,<statement if condition is > false>) > > If you can throw some more light on what do you want to achieve, then may > be we can help you > > > > Thanks > > > > Harry > > -- > > ---------------------------------------------------------------------------------- > Some important links for excel users: > 1. Follow us on TWITTER for tips tricks and links : > http://twitter.com/exceldailytip > 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310 > 3. Excel tutorials at http://www.excel-macros.blogspot.com > 4. Learn VBA Macros at http://www.quickvba.blogspot.com > 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com > > To post to this group, send email to excel-macros@googlegroups.com > > <><><><><><><><><><><><><><><><><><><><><><> > HELP US GROW !! > > We reach over 6,800 subscribers worldwide and receive many nice notes about > the learning and support from the group.Let friends and co-workers know they > can subscribe to group at > http://groups.google.com/group/excel-macros/subscribe > -- ---------------------------------------------------------------------------------- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310 3. Excel tutorials at http://www.excel-macros.blogspot.com 4. Learn VBA Macros at http://www.quickvba.blogspot.com 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com To post to this group, send email to excel-macros@googlegroups.com <><><><><><><><><><><><><><><><><><><><><><> HELP US GROW !! We reach over 6,800 subscribers worldwide and receive many nice notes about the learning and support from the group.Let friends and co-workers know they can subscribe to group at http://groups.google.com/group/excel-macros/subscribe