Re: $$Excel-Macros$$ Formula based on some criteria

2015-03-16 Thread Vaibhav Joshi
Hi

Check col D for solution..

Cheers!!

On Sun, Mar 15, 2015 at 10:23 AM, rameshwari shyam 
rameshwarish...@gmail.com wrote:

 Dear Team,

 Can any one help on this.

 Thanks,
 Rameshwari
 -- Forwarded message --
 From: rameshwari shyam rameshwarish...@gmail.com
 Date: Fri, Mar 13, 2015 at 10:08 AM
 Subject: Re: $$Excel-Macros$$ Formula based on some criteria
 To: excel-macros@googlegroups.com


 Dear gaurav,

 required some more modification. if you can check AED in question sheet is
 15 then in Master sheet, search for 15 SAR. Below than that there is a AED
 15, KWD 15, SAR 1.5 OMR 1.5 BHD 15 QAR 1.25,

 Base currency will be AED in question sheet and in master sheet base
 currency will be SAR


 In simple words, need to do vlook up that is find AED value in master
 sheet from cell reference B2:EC8 once the currency get change it need to
 change the display value.

 Every 13 row it need to change the reference.


 Thanks,
 Rameshwari




 On Thu, Mar 12, 2015 at 4:54 PM, Gaurav Devrani gauravdev1...@gmail.com
 wrote:

 Hi Rameshwari ,


 Please check the file. Let me know if it does not work for you.

 Regards
 Gaurav Devrani

 On Thu, Mar 12, 2015 at 5:47 PM, Rameshwari rameshwarish...@gmail.com
 wrote:

 Hello team,

 I stuck with one formula, please help me on this. Formula based on some
 criteria.



 Sheet “Question” having currency name with the prices, based on currency
 name  prices need to update the value in answer filed.



 Master sheet will be a reference for the currency. Every 13 row need to
 change the reference.

 What I am looking ;- if AED is 15 then need to search in master file SAR
 15 update the value of AED based on SAR, for KWD update the value of KWD
 based on SAR, it means in question sheet AED will be base and in Master
 sheet SAR will be the base.

 JOD, LBP, EGP,  IQD will be the same as mention. Please urgent help
 required.

 Regards,

 Rameshwari

 --
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be?
 It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 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) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google
 Groups MS EXCEL AND VBA MACROS group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to excel-macros+unsubscr...@googlegroups.com.
 To post to this group, send email to excel-macros@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros.
 For more options, visit https://groups.google.com/d/optout.




 --

 *Thanks  Regards*
 *Gaurav Devrani*

  --
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
 =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 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) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to excel-macros+unsubscr...@googlegroups.com.
 To post to this group, send email to excel-macros@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros.
 For more options, visit https://groups.google.com/d/optout.



  --
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
 =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 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

Re: $$Excel-Macros$$ Formula based on some criteria

2015-03-15 Thread Mandeep baluja
Try to create a formula but the main problem is to understand your query ,
 IF(A2=AED,B2,VLOOKUP(Question!A2,'Master 
Sheet'!$A$3:$EC$8,MATCH($B$2,'Master Sheet'!$B$1:$EC$1,0)+1,0)) 
Clear one thing how the values are coming for rest of the i didn't found 
any JOD ,LPB in master even KWD values result you have shown coming from 
QAR row how is this possible what is the logic.?

 KWD  SAR  SAR  SAR  OMR  BHD  QAR  JOD  LBP  EGP  IQD 


On Sunday, 15 March 2015 10:23:44 UTC+5:30, Rameshwari wrote:

 Dear Team,

 Can any one help on this.

 Thanks,
 Rameshwari
 -- Forwarded message --
 From: rameshwari shyam rameshw...@gmail.com javascript:
 Date: Fri, Mar 13, 2015 at 10:08 AM
 Subject: Re: $$Excel-Macros$$ Formula based on some criteria
 To: excel-...@googlegroups.com javascript:


 Dear gaurav,

 required some more modification. if you can check AED in question sheet is 
 15 then in Master sheet, search for 15 SAR. Below than that there is a AED 
 15, KWD 15, SAR 1.5 OMR 1.5 BHD 15 QAR 1.25,

 Base currency will be AED in question sheet and in master sheet base 
 currency will be SAR


 In simple words, need to do vlook up that is find AED value in master 
 sheet from cell reference B2:EC8 once the currency get change it need to 
 change the display value.

 Every 13 row it need to change the reference.


 Thanks,
 Rameshwari




 On Thu, Mar 12, 2015 at 4:54 PM, Gaurav Devrani gaurav...@gmail.com 
 javascript: wrote:

 Hi Rameshwari ,


 Please check the file. Let me know if it does not work for you.

 Regards
 Gaurav Devrani

 On Thu, Mar 12, 2015 at 5:47 PM, Rameshwari rameshw...@gmail.com 
 javascript: wrote:

 Hello team,

 I stuck with one formula, please help me on this. Formula based on some 
 criteria.

  

 Sheet “Question” having currency name with the prices, based on currency 
 name  prices need to update the value in answer filed.

  

 Master sheet will be a reference for the currency. Every 13 row need to 
 change the reference.

 What I am looking ;- if AED is 15 then need to search in master file SAR 
 15 update the value of AED based on SAR, for KWD update the value of KWD 
 based on SAR, it means in question sheet AED will be base and in Master 
 sheet SAR will be the base.

 JOD, LBP, EGP,  IQD will be the same as mention. Please urgent help 
 required.

 Regards,

 Rameshwari

 -- 
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? 
 It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
 https://www.facebook.com/discussexcel
  
 FORUM RULES
  
 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) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.
  
 NOTE : Don't ever post confidential data in a workbook. Forum owners and 
 members are not responsible for any loss.
 --- 
 You received this message because you are subscribed to the Google 
 Groups MS EXCEL AND VBA MACROS group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to excel-macros...@googlegroups.com javascript:.
 To post to this group, send email to excel-...@googlegroups.com 
 javascript:.
 Visit this group at http://groups.google.com/group/excel-macros.
 For more options, visit https://groups.google.com/d/optout.




 -- 

 *Thanks  Regards*
 *Gaurav Devrani*

  -- 
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
 =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
 https://www.facebook.com/discussexcel
  
 FORUM RULES
  
 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) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.
  
 NOTE : Don't ever post confidential data in a workbook. Forum owners and 
 members are not responsible for any loss.
 --- 
 You received this message because you are subscribed to the Google Groups 
 MS EXCEL AND VBA MACROS group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to excel-macros...@googlegroups.com javascript:.
 To post to this group, send email to excel-...@googlegroups.com 
 javascript:.
 Visit this group at http://groups.google.com/group/excel-macros.
 For more options, visit https://groups.google.com/d/optout.





-- 
Are you =EXP(E:RT) or =NOT(EXP

Fwd: $$Excel-Macros$$ Formula based on some criteria

2015-03-14 Thread rameshwari shyam
Dear Team,

Can any one help on this.

Thanks,
Rameshwari
-- Forwarded message --
From: rameshwari shyam rameshwarish...@gmail.com
Date: Fri, Mar 13, 2015 at 10:08 AM
Subject: Re: $$Excel-Macros$$ Formula based on some criteria
To: excel-macros@googlegroups.com


Dear gaurav,

required some more modification. if you can check AED in question sheet is
15 then in Master sheet, search for 15 SAR. Below than that there is a AED
15, KWD 15, SAR 1.5 OMR 1.5 BHD 15 QAR 1.25,

Base currency will be AED in question sheet and in master sheet base
currency will be SAR


In simple words, need to do vlook up that is find AED value in master sheet
from cell reference B2:EC8 once the currency get change it need to change
the display value.

Every 13 row it need to change the reference.


Thanks,
Rameshwari




On Thu, Mar 12, 2015 at 4:54 PM, Gaurav Devrani gauravdev1...@gmail.com
wrote:

 Hi Rameshwari ,


 Please check the file. Let me know if it does not work for you.

 Regards
 Gaurav Devrani

 On Thu, Mar 12, 2015 at 5:47 PM, Rameshwari rameshwarish...@gmail.com
 wrote:

 Hello team,

 I stuck with one formula, please help me on this. Formula based on some
 criteria.



 Sheet “Question” having currency name with the prices, based on currency
 name  prices need to update the value in answer filed.



 Master sheet will be a reference for the currency. Every 13 row need to
 change the reference.

 What I am looking ;- if AED is 15 then need to search in master file SAR
 15 update the value of AED based on SAR, for KWD update the value of KWD
 based on SAR, it means in question sheet AED will be base and in Master
 sheet SAR will be the base.

 JOD, LBP, EGP,  IQD will be the same as mention. Please urgent help
 required.

 Regards,

 Rameshwari

 --
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
 =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 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) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to excel-macros+unsubscr...@googlegroups.com.
 To post to this group, send email to excel-macros@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros.
 For more options, visit https://groups.google.com/d/optout.




 --

 *Thanks  Regards*
 *Gaurav Devrani*

  --
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
 =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 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) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to excel-macros+unsubscr...@googlegroups.com.
 To post to this group, send email to excel-macros@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros.
 For more options, visit https://groups.google.com/d/optout.


-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

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) Jobs posting is not allowed.
6) Sharing copyrighted material and their links

Re: $$Excel-Macros$$ Formula based on some criteria

2015-03-13 Thread rameshwari shyam
Dear gaurav,

required some more modification. if you can check AED in question sheet is
15 then in Master sheet, search for 15 SAR. Below than that there is a AED
15, KWD 15, SAR 1.5 OMR 1.5 BHD 15 QAR 1.25,

Base currency will be AED in question sheet and in master sheet base
currency will be SAR


In simple words, need to do vlook up that is find AED value in master sheet
from cell reference B2:EC8 once the currency get change it need to change
the display value.

Every 13 row it need to change the reference.


Thanks,
Rameshwari




On Thu, Mar 12, 2015 at 4:54 PM, Gaurav Devrani gauravdev1...@gmail.com
wrote:

 Hi Rameshwari ,


 Please check the file. Let me know if it does not work for you.

 Regards
 Gaurav Devrani

 On Thu, Mar 12, 2015 at 5:47 PM, Rameshwari rameshwarish...@gmail.com
 wrote:

 Hello team,

 I stuck with one formula, please help me on this. Formula based on some
 criteria.



 Sheet “Question” having currency name with the prices, based on currency
 name  prices need to update the value in answer filed.



 Master sheet will be a reference for the currency. Every 13 row need to
 change the reference.

 What I am looking ;- if AED is 15 then need to search in master file SAR
 15 update the value of AED based on SAR, for KWD update the value of KWD
 based on SAR, it means in question sheet AED will be base and in Master
 sheet SAR will be the base.

 JOD, LBP, EGP,  IQD will be the same as mention. Please urgent help
 required.

 Regards,

 Rameshwari

 --
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
 =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 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) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to excel-macros+unsubscr...@googlegroups.com.
 To post to this group, send email to excel-macros@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros.
 For more options, visit https://groups.google.com/d/optout.




 --

 *Thanks  Regards*
 *Gaurav Devrani*

  --
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
 =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 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) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to excel-macros+unsubscr...@googlegroups.com.
 To post to this group, send email to excel-macros@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros.
 For more options, visit https://groups.google.com/d/optout.


-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

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) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To unsubscribe from this group and stop 

Re: $$Excel-Macros$$ Formula based on some criteria

2015-03-12 Thread Gaurav Devrani
Hi Rameshwari ,


Please check the file. Let me know if it does not work for you.

Regards
Gaurav Devrani

On Thu, Mar 12, 2015 at 5:47 PM, Rameshwari rameshwarish...@gmail.com
wrote:

 Hello team,

 I stuck with one formula, please help me on this. Formula based on some
 criteria.



 Sheet “Question” having currency name with the prices, based on currency
 name  prices need to update the value in answer filed.



 Master sheet will be a reference for the currency. Every 13 row need to
 change the reference.

 What I am looking ;- if AED is 15 then need to search in master file SAR
 15 update the value of AED based on SAR, for KWD update the value of KWD
 based on SAR, it means in question sheet AED will be base and in Master
 sheet SAR will be the base.

 JOD, LBP, EGP,  IQD will be the same as mention. Please urgent help
 required.

 Regards,

 Rameshwari

 --
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
 =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 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) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to excel-macros+unsubscr...@googlegroups.com.
 To post to this group, send email to excel-macros@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros.
 For more options, visit https://groups.google.com/d/optout.




-- 

*Thanks  Regards*
*Gaurav Devrani*

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

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) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.


Book16.xlsx
Description: MS-Excel 2007 spreadsheet


$$Excel-Macros$$ Formula based on some criteria

2015-03-12 Thread Rameshwari


Hello team,

I stuck with one formula, please help me on this. Formula based on some 
criteria.

 

Sheet “Question” having currency name with the prices, based on currency 
name  prices need to update the value in answer filed.

 

Master sheet will be a reference for the currency. Every 13 row need to 
change the reference.

What I am looking ;- if AED is 15 then need to search in master file SAR 15 
update the value of AED based on SAR, for KWD update the value of KWD based 
on SAR, it means in question sheet AED will be base and in Master sheet SAR 
will be the base.

JOD, LBP, EGP,  IQD will be the same as mention. Please urgent help 
required.

Regards,

Rameshwari

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

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) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.


Book16.xlsx
Description: MS-Excel 2007 spreadsheet