$$Excel-Macros$$ Replace #N/A with next Valid Data

2018-11-26 Thread Amit Gandhi
Hi Experts I have excel data in column *B*. In some cells there is data *#N/A* --> I want to Replace *#N/A* , with data in *next cell.* --> If *#N/A* is in more than 1 cells (continuous) , then Replace them with *next valid data*. --> If there is no Valid data in any next cell, then Replace

$$Excel-Macros$$ Replace #N/A with next Valid Data

2018-11-24 Thread Amit Gandhi
Hi Experts I have excel data in column *B*. In some cells there is data *#N/A* --> I want to Replace *#N/A* , with data in *next cell.* --> If *#N/A* is in more than 1 cells (continuous) , then Replace them with *next valid data*. --> If there is no Valid data in any next cell, then Replace

$$Excel-Macros$$ Replace formula / or MACRO - From List

2016-01-31 Thread Bill Q
PSA Not sure how to tackle this one. Simple list attached. * Column "B" & "C" in yellow is the source. * Column "G" are the values to compare to column "B" * If "B1" = text from anywhere in "G" - then "A1" is to be populated by "B1" Here is where I get confused... - Afterwards it checks

$$Excel-Macros$$ REPLACE

2015-12-22 Thread Vinod Kumar
Dear Team, PFA required your help in replacing the content from last to med. Regards, Vinod -- 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)

Re: $$Excel-Macros$$ REPLACE

2015-12-22 Thread Pankaj Sharma
use this: =TRIM(LEFT(A5,27) & " " & RIGHT(A5,4) & " " & MID(A5,28,14)) *Pankaj Sharma * *MIS Analyst* *Greater Kailash-1, New Delhi* *Email * *p ankaj123...@gmail.com * *Skype**

Re: $$Excel-Macros$$ Replace cell value "0" to header cell

2015-09-20 Thread Pramod Singh
Hi Expert. Q. (*Pramod Bisht) Need to get:- (Pramod Bisht) By Text formula... Pramod On 19 Sep 2015 17:54, "nyree" wrote: > Hello Abhishek > > That's pefect! Thank you so much for your quick response > Regards > Nyree > > > On 19-Sep-15 2:20 PM, Abhishek Jain wrote:

Re: $$Excel-Macros$$ Replace cell value "0" to header cell

2015-09-20 Thread Abhishek Jain
Please elaborate your query and send a sample file, if possible. On Mon, Sep 21, 2015 at 9:12 AM, Pramod Singh wrote: > Hi Expert. > > Q. (*Pramod Bisht) > Need to get:- (Pramod Bisht) > > By Text formula... > > Pramod > On 19 Sep 2015 17:54, "nyree"

Re: $$Excel-Macros$$ Replace cell value "0" to header cell

2015-09-19 Thread nyree
Hello Abhishek That's pefect! Thank you so much for your quick response Regards Nyree On 19-Sep-15 2:20 PM, Abhishek Jain wrote: Please see attached HTH, Abhishek On Sat, Sep 19, 2015 at 5:31 PM, N .williams > wrote: Hello

$$Excel-Macros$$ Replace cell value "0" to header cell

2015-09-19 Thread N .williams
Hello I would like to know if its possible to use a macro or forumula to replace every "0" with the header cell value and list each one by student eg Student B: Q107, Q108, Q110 Many thanks for your help Nyree English_Group *Q101* *Q102* *Q103* *Q104* *Q105* *Q106* *Q107* *Q108* *Q109* *Q110*

Re: $$Excel-Macros$$ Replace cell value "0" to header cell

2015-09-19 Thread Abhishek Jain
Please see attached HTH, Abhishek On Sat, Sep 19, 2015 at 5:31 PM, N .williams wrote: > Hello > I would like to know if its possible to use a macro or forumula to replace > every "0" with the header cell value and list each one by student > eg Student B: Q107, Q108,

Re: $$Excel-Macros$$ replace error with zero

2014-07-01 Thread Vaibhav Joshi
Use formula iferror... Syntex is iferror(yourformula,0) Cheers!! On Tue, Jul 1, 2014 at 12:46 PM, Sanjib Chatterjee chatterjee.kolk...@gmail.com wrote: Dear Sir / Madam, Please see the attachment. I am facing a problem which i highlighted in the excel sheets with yellow color. Is there

Re: $$Excel-Macros$$ Replace formulas with values

2014-01-20 Thread Mukesh Kumar
[mailto: excel-macros@googlegroups.com] *On Behalf Of *Mukesh Kumar *Sent:* Saturday, January 18, 2014 4:48 PM *To:* excel-macros@googlegroups.com *Subject:* Re: $$Excel-Macros$$ Replace formulas with values Thanks Ravi for your help. This sheet fulfills my motive to some extent

Re: $$Excel-Macros$$ Replace formulas with values

2014-01-18 Thread Mukesh Kumar
...@gmail.comwrote: Hi, PFA… *Warm Regards,* *Ravi Kumar.* *From:* excel-macros@googlegroups.com [mailto: excel-macros@googlegroups.com] *On Behalf Of *Mukesh Kumar *Sent:* Saturday, January 18, 2014 12:25 PM *To:* excel-macros@googlegroups.com *Subject:* $$Excel-Macros$$ Replace formulas

$$Excel-Macros$$ Replace formulas with values

2014-01-17 Thread Mukesh Kumar
Hi Experts, I need your help. My requirement is that I want to replace cell addresses with their respective values (*paste special not required as it will replace whole formula with values)*, e.g. let's say that the formula of cell C2 is =A1+B1, where A1 = 10 and B1 = 20, then I would like to

Re: $$Excel-Macros$$ Replace formulas with values

2014-01-17 Thread ashish koul
Sub test() Dim i As Long For i = 2 To Range(a65356).End(xlUp).Row Range(c i).ClearContents Range(c i).Formula = = Range(a i).Value * Range(b i).Value Next End Sub On Sat, Jan 18, 2014 at 12:24 PM, Mukesh Kumar mukeshka...@gmail.comwrote: Hi Experts, I need your help. My

Re: $$Excel-Macros$$ Replace formulas with values

2014-01-17 Thread Mukesh Kumar
Ashish ji, this code is working on column C only not on column E which also contains formula. As I have said earlier that user form is required which asks for range of cells first where to apply macro? Any help in this regards will be helpful to me. On Sat, Jan 18, 2014 at 12:50 PM, ashish koul

$$Excel-Macros$$ Replace text in chart data embedded in PowerPoint presentation - help, please!

2013-12-16 Thread Nirit
Hi all, I have a huge PowerPoint presentation, most slides with charts. I need to change the text within the charts - usually the text repeats itself in all charts. Instead of manually, opening the chart data and pasting the new text, I wrote the following syntax. All components work,

$$Excel-Macros$$ Replace a character to equal sign - VBA

2013-03-14 Thread André D'Avila
Guys, please help me. Inside VBA, i want to replace the character # below, to the equal sign... #Tech!$AB3 To =Tech!$AB3 Teoricaly is easy but the code doesnt work!!! Cells.select Selection.Replace What:=#, replacement:== -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna

Re: $$Excel-Macros$$ Replace data from another sheets by adding raw

2012-06-30 Thread Ashish Bhalara
* *Rajan verma* *+91 7838100659 [IM-Gtalk]* ** ** *From:* excel-macros@googlegroups.com [mailto: excel-macros@googlegroups.com] *On Behalf Of *Ashish Bhalara *Sent:* 30 June 2012 9:21 *To:* excel-macros@googlegroups.com *Subject:* Re: $$Excel-Macros$$ Replace data from another

Re: $$Excel-Macros$$ Replace data from another sheets by adding raw

2012-06-29 Thread Ashish Bhalara
On Fri, Jun 29, 2012 at 7:20 PM, Ashish Bhalara ashishbhalar...@gmail.comwrote: Dear experts, I need a function or macro to replace data from another sheets by addition of raw, these addition of raw is depend on the record of another sheet. you can find attached sheet for better

Re: $$Excel-Macros$$ Replace data from another sheets by adding raw

2012-06-29 Thread Ashish Bhalara
Dear experts, Please suggest what should I do in that case, waiting for reply. On Fri, Jun 29, 2012 at 7:23 PM, Ashish Bhalara ashishbhalar...@gmail.comwrote: On Fri, Jun 29, 2012 at 7:20 PM, Ashish Bhalara ashishbhalar...@gmail.com wrote: Dear experts, I need a function or macro to

RE: $$Excel-Macros$$ Replace data from another sheets by adding raw

2012-06-29 Thread Rajan_Verma
-Macros$$ Replace data from another sheets by adding raw Dear experts, Please suggest what should I do in that case, waiting for reply. On Fri, Jun 29, 2012 at 7:23 PM, Ashish Bhalara ashishbhalar...@gmail.com wrote: On Fri, Jun 29, 2012 at 7:20 PM, Ashish Bhalara ashishbhalar...@gmail.com

$$Excel-Macros$$ Replace letters with numbers

2012-03-19 Thread Brian
I am using Excel 2007 I have a list of single letters A to F in column H2 to H26 These letters are are mixed but only one capital letter per cell I want to go to this list and replace each letter by its numerical value. So A becomes 1, B becomes 2, C becomes 3 and so on to the letter F Can you

Re: $$Excel-Macros$$ Replace letters with numbers

2012-03-19 Thread Maries
Hi, Try it,

Re: $$Excel-Macros$$ Replace letters with numbers

2012-03-19 Thread Maries
Hi, Also try below code for your quary, Sub numeric() Dim MyCell As Range For Each MyCell In Selection.Cells MyCell.Value = Asc(UCase(MyCell)) - 64 Next End Sub Code On Mon, Mar 19, 2012 at 12:15 PM, Maries talk2mar...@gmail.com wrote: Hi, Try it,

RE: $$Excel-Macros$$ Replace letters with numbers

2012-03-19 Thread Rajan_Verma
=CODE(UPPER(A1))-64 A1 contains your letter Rajan From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Maries Sent: Mar/Mon/2012 01:46 To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Replace letters with numbers Hi, Try

RE: $$Excel-Macros$$ Replace letters with numbers

2012-03-19 Thread Rajan_Verma
=CODE(UPPER(A1))-64 A1 contains your letter Rajan From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Maries Sent: Mar/Mon/2012 01:46 To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Replace letters with numbers Hi, Try

Re: $$Excel-Macros$$ Replace

2011-01-18 Thread TG T
Hi Shashank Find the attachment. Regards Thamu On Tue, Jan 18, 2011 at 12:10 PM, shashank bhosle catchshashankbho...@yahoo.co.in wrote: HI All I want to replace some content that are in formula. Thanks and Regards Shashank --

RE: $$Excel-Macros$$ replace code changes blanks cells

2010-03-20 Thread Dave Bonallack
-Macros$$ replace code changes blanks cells From: mwillia...@socal.rr.com To: excel-macros@googlegroups.com I have this code that replaces a - in a column. It does just that, but when I link that workbook to Access and use a is not null filter in a query the ones that are blank come up

Re: $$Excel-Macros$$ replace code changes blanks cells

2010-03-20 Thread mike
But it's not a formula in the cell. Blank cell code loops through sees if it has a - and if it doesn't it moves to the next. If it does, the data in that cell is 18 digits before the removal of the -, and 17 after. The code does not modify the cell at all if there is no - --

$$Excel-Macros$$ replace code changes blanks cells

2010-03-19 Thread mike
I have this code that replaces a - in a column. It does just that, but when I link that workbook to Access and use a is not null filter in a query the ones that are blank come up in the query. Thus my code is doing something to each cell to make Access think the cell is not blank (whent it appears

Re: $$Excel-Macros$$ Replace contents in a formula used for whole sheet.

2009-11-28 Thread Dilip Pandey
Dear Deshpande, I think a smart use of Ctrl + H (Find Replace) will do the task here. Try identifying unique item to be replaced in entire worksheet(s) and just go ahead. Best Regards, -- DILIP KUMAR PANDEY MBA-HR,B COM(Hons.),BCA Mobile: +91 9810929744 dilipan...@gmail.com

$$Excel-Macros$$ Replace contents in a formula used for whole sheet.

2009-11-24 Thread nikhil deshpande
Dear all, I need to change characters used to show results in (IF ELSE ) formula. I tried ctrl F- replace. but it is disturbing mu sheet and askin g to save some where else. Kindly guide. -- Nikhil -- -- Some

$$Excel-Macros$$ replace when large data in cell

2009-06-24 Thread Sandeep
Hi Everybody, Please help me. I have a file with a lot of inverted commas in cells which should be \ and many cells have large data due to which 'find and replace' command not working and saying too long formula. How can I replace this. Please help me. Thanks You How can I replace