See Comments below. Paul
On Monday, March 7, 2016 6:45 AM, big smile <bigsmile...@gmail.com> wrote: All are requested to take sort out or give solution to my this query please . Thanks .. On 6 March 2016 at 17:16, big smile <bigsmile...@gmail.com> wrote: | | Hello Friends | | | | | | | | | | | | | | | In the attached file I want the conditional formating | | | based on the two conditions | | | | | | | | | | | | | 1] | Which is if f5 cells falls within 15 days then | | | | all cell from a5 to g5 become yellow | | | | | which is at present working | | | | | | | | | | | | | | I want that this condition work only | | | | | IF cell k5 is only " INF" | | | | | | | | | | | | | | If there is some thing in k5 | | | | | | EX ---> Yes ,can,etc then | | | | | | Conditional format should not activate | | | | | | | | | | | | | so what to add in present formula Your Conditional Formatting rule in row 5 currently has:=AND($F5>=TODAY(),$F5<=TODAY()+14) simply add the condition to check for cell K5:=AND($F5>=TODAY(),$F5<=TODAY()+14,$K5="INF") | | | | | | | | | | | | | | | | | | | | 2] | I am making some wording with formula | | | | | to send reminder to my clients | | | | | which is given in cell b | | | | | | | | | | | | | | Ex -- cell b8 For your Formula in AN8, you can use a CHAR(10) to be a "Carriage Return". so your formula looks like:=A8 & $AP$4 & CHAR(10) & $AQ$4 & E8 & $AR$3 & CHAR(10) & $AR$4 & J8 & CHAR(10) & $AL$4 & TEXT(AL8,"dd-mm-yyyy") & CHAR(10) & $AS$4 | | | | | | | | | | | | | | | I have copy that formula in B11 | | | | | which shows how it looks at present | | | | | | | | | | | | | But I want that same wording in style -- in B14 | | | | After | ----- | dash | | | | | | they should come in next line of same cell | | | | | | | | | | | | The purpose is it looks nice when | | | | | I copy & past to email or wts up | | | | | or sms | | | | | | | | | | | | | | | | If possible can I have in formula pattern | | | | | & not in module or macro . | | | | | | So that I can change wording/ formula | | | | | at any time | | | | | | | | | | | | | | | Thanks in advance | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -- 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 https://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 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 https://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 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 https://groups.google.com/group/excel-macros. For more options, visit https://groups.google.com/d/optout.