Hi Deba, The $ in a cell or range reference means "absolute reference". When there is no $ it is a "relative reference". If you copy the formula to other cells, the relative references will change and the absolute references will remain unchanged.
You can put a $ in front of the column letter, the row number, or both. For example: =$A$1 =$A1 =A$1 =A1 Are all valid. If you had put one of the above formulas in cell B1, and then copied it to cell C1, the formulas, respectively, would look like this afterwards: =$A$1 =$A1 =B$1 =B1 If instead of copying to C1, you had copied to B2, they would like like this: =$A$1 =$A2 =A$1 =A2 If you had copied to Z100, you'd get: =$A$1 =$A100 =Y$1 =Y100 Hope that helps! Asa From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Deba Ranjan Sent: Tuesday, April 03, 2012 10:48 PM To: excel-macros@googlegroups.com Cc: NOORAIN ANSARI Subject: Re: $$Excel-Macros$$ Re: Exact names Find Dear Expert Can you please explain me the following :- =INDEX(C$6:C$47,MAX(IFERROR(MATCH("*"&LEFT(MID(TRIM(D6),2,10),{1,2,3,4,5,6,7 ,8,9,10})&"*",SUBSTITUTE(C$6:C$47," ",""),0),""))) There i find -C$6:C$47, i mean $ symbol is there . can you please tell me how the $ symbol arise. Thanks & Regards, Deba Ranjan P On Tue, Apr 3, 2012 at 2:41 PM, CoRe <neculae.vale...@gmail.com> wrote: Hello Bhaity, PFA. I used Trim in first instance to loose all the spaces, 2nd thing ID collumn has been sort as ascending for a better match. (descending problem , haven't figured out). good luck & hope it helps On Tuesday, April 3, 2012 10:59:22 AM UTC+3, Bhaity wrote: Dear Expert, Please find the attached file. i just want the exact and match name to find in another columns. please help me in urgent basis dear experts. Thanks & Regards, Deba Ranjan P On Tuesday, April 3, 2012 10:59:22 AM UTC+3, Bhaity wrote: Dear Expert, Please find the attached file. i just want the exact and match name to find in another columns. please help me in urgent basis dear experts. Thanks & Regards, Deba Ranjan P -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get quick attention or may not be answered. 2) Don't post a question in the thread of another member. 3) Don't post questions regarding breaking or bypassing any security measure. 4) Acknowledge the responses you receive, good or bad. 5) Cross-promotion of, or links to, forums competitive to this forum in signatures are prohibited. NOTE : Don't ever post personal or confidential data in a workbook. Forum owners and members are not responsible for any loss. ---------------------------------------------------------------------------- -------------------------- To post to this group, send email to excel-macros@googlegroups.com -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get quick attention or may not be answered. 2) Don't post a question in the thread of another member. 3) Don't post questions regarding breaking or bypassing any security measure. 4) Acknowledge the responses you receive, good or bad. 5) Cross-promotion of, or links to, forums competitive to this forum in signatures are prohibited. NOTE : Don't ever post personal or confidential data in a workbook. Forum owners and members are not responsible for any loss. ---------------------------------------------------------------------------- -------------------------- To post to this group, send email to excel-macros@googlegroups.com -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get quick attention or may not be answered. 2) Don't post a question in the thread of another member. 3) Don't post questions regarding breaking or bypassing any security measure. 4) Acknowledge the responses you receive, good or bad. 5) Cross-promotion of, or links to, forums competitive to this forum in signatures are prohibited. NOTE : Don't ever post personal or confidential data in a workbook. Forum owners and members are not responsible for any loss. ------------------------------------------------------------------------------------------------------ To post to this group, send email to excel-macros@googlegroups.com