Hello, I have a table in excel, to which for each row I must add values, I need the date I have as STRING β converted to DateTime, each cycle per row increases one month, until the condition is met,
I am confused, since I have a variable called Count, of the type INT which does increase for each Row Cycle, but the DateTime only increases the first cycle and those that follow keep repeating.
no, iβm using AddMonths (1) .ToshortDateString
I do not know what type of function to use, since I need to increase the MONTH, for each cycle, increase 1 month, and the next cycle another month,
I just tried what you told me to use AddDays, instead of AddMonth and it didnβt work either, it just keeps incrementing the first cycle but those that follow give me the result of the first one, and not incrementally per month, I need each Cycle loop increase 1 month consecutively
Thank you, Lakita, but what you sent me is the same thing that I put, if inside that Workflow, you put a LOOP or a While, you will realize that it repeats the same date again.
Now I have a question, Pratik, in the workflow you sent me, the date is incremental only if it is a DateTime.now variable, but I need the date to be the one I assigned it, so in my process I was converting a date from STRING DATETIME, since I need it to take the date from the data I give it, not the current date.
Thank you very much Pratik, I am telling you to do the action but I do not know how to apply it to the function I need, and I think I formulated my question wrong, I am going again. I have an excel file is a financial amortization table, in which for each row I must increase Date, and month (in whole number), and then calculate the cells by the interest, in this way as shown in the following Excel
Currently I already made an initial part of the process to calculate the databla as a human does, but I want the process that is long and handy to be automatic, so I need the date (STRING), which is as input in the document, when converting it From STRING to DATE TIME, for each Cycle of the ForEach Row increase 1 month, and in the next column increase integer β (this part of the integer is simple with an INT +1 variable), but I canβt do that when the ForEach Row makes me the next row of the date in an incremental way, it keeps coming out like this:
Hello, Pratik indeed both you and Latika, they were correct, I only had to use CDate (VariableSTRING) to convert it, the problem that the same date repeated to me was caused by the fact that the input variable had to be out of the LOOP sequence , LOL HAHAHAHA, get the variables with the input value and put it before the LOOP and problem solved, now the problem I have is the following, it is more than all visualization and aesthetics, when I convert with CDate (VARIABLESTRING), at it seems the order in which it takes the input is (βMM / dd / yyyy), I am using Convert.ToDateTime (β VARIABLENAME β, new System.Globalization.CultureInfo (β en-PA β)). ToString (β dd / MM / yyyy ") since I live in Panama, and here the date is, day, month and then year, but when I add the function ADD.MONTH (1), and the data is printed in Excel, it puts me first the month and then the year, I am seeing how I solve that little dilemma of visualization but first of all thank you very much for your ap hey, both of them have taken me out of a fight of almost 5 days xβD HAHAHAH