$$Excel-Macros$$ to change cell value in Column A daily

2016-02-17 Thread Kat
Hi all, I have an xlsm sheet and would like to change the cell content in Column A at 9am everyday. If cell value in column A equals to "Yes" today, then it needs to be changed to "No" automatically at 9am tomorrow without opening the file manually. May I know how can I get this done? Please

$$Excel-Macros$$ Re: How can I add 2-6 characters to the front of numbers based ONLY on how long the number is?

2016-02-17 Thread Paul Bevins
Hi Karthik! Thanks for the reply! I liked the use of the LEN & AND statements, but your formula seemed longer than mine. So I looked at yours again and realized I could ALSO use: '=IF(Len(I2)<=5,CONCATENATE("AB",TEXT(I2,"0")),I2) Now granted, it does allow for accidental numbers, like

Re: $$Excel-Macros$$ facing challenge in week wise some - pls help

2016-02-17 Thread Paul Schreiner
I'm not sure where you're getting your original data,but based on the information you provided, you could: - Add a "Week Number" column and use the function:  =WEEKNUM(C6,2)  copied down the list. (the ",2" specifies weeks starting with Monday)-Then, use =SUMIF($F$6:$F$36,$F$6+0,$E$6:$E$36)

$$Excel-Macros$$ Re: 3 sets of data > 100 rows each, in same sheet: How to setup 1st 2 rows in each set as scroll headers

2016-02-17 Thread Studiospeaker
Paul, thank you for your help.We can close this topic. On Monday, February 8, 2016 at 8:05:20 AM UTC-6, Studiospeaker wrote: > > Excel Experts: > I have 3 sets of data in the same sheet, (1) 100 rows x 18 columns (2) 110 > rows x 15 columns, (3) 120 rows x 10 columns. > I am trying to set up

$$Excel-Macros$$ facing challenge in week wise some - pls help

2016-02-17 Thread Secret Shot
Hi experts, Please in helping a dynamic formula to sum the value basis on Monday to Sunday week. where the first day is dynamic of every month. I have attached the excel file for explanation of problem . . . please help, quick help would be much appreciate. -- Pankaj Pandey Bhopal -- Are

$$Excel-Macros$$ Restrict users to edit macros but allow to view macro

2016-02-17 Thread singla.kris...@gmail.com
Hi, I have created some macros and don't want users to edit them but they should be allowed to view coding. How to do this, tried VBA Project properties option but of no use as it lock project from viewing. Appreciate your help Thanks -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do

Re: $$Excel-Macros$$ Re: VBA Code for Create Name Range

2016-02-17 Thread amar takale
Dear Mandeep,I want also VBA Code create unique sector name range in sheet On Tue, Feb 16, 2016 at 5:38 PM, amar takale wrote: > Dear Mandeep Sir, > > Hi,I have small issue in this matter (all is OK in sheet as per my mind) > but when code create name range then (Ctrl+F3)