Dear Hemant,

1. In your second column you can use EOMONTH() to find the last date of the 
month. Instead of the long function you are using. (Useable with version 
2007)
2. As you have 3 different cases for finding due date you should use 3 
different columns.
3. I have used the following function to get desired results based on the 
data provided in E column (Credit card date)
*=IF(ISNUMBER(E2),TEXT(E2,"dd/mm/yyyy"),IF(ISTEXT(E2),E2,TEXT(C2,"mmm")))*

4. Some cleaning of data might be needed as some of your data is entered as 
text.
5. See the attached sheet for details. Columns where I have made changes 
are marked in Pink color.

Hope that helps,
Anand Kumar

On Sunday, 2 December 2012 00:43:56 UTC+5:30, Hemantpokharkar wrote:
>
> Dear All
>
> Kindly help me to solve the problem
>
> I have a excel sheet were i have required a formula which will show me the 
> credit card month or the cycle or the due date.
>

-- 
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 post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.


Attachment: credit cARD.xls
Description: MS-Excel spreadsheet

Reply via email to