Thanks so much. It works perfectly
Its funny that after posting on chandoo.org, i was then able to write a code to perform the task
see https://docs.google.com/open?id=0B32orugVlNhDT01UeGtsMGhkMmc
See Module 3 in the attached file for the Macro I wrote
I really appreciate this.
Thanks...
I have a spreadsheet that has all the data in column A. A special character "|" marks the end of an entry, all entries dont have same number of rows. What i want to do is to copy rows inbetween two "|" characters and paste transposed on another sheet.
See sample worksheet in...
I could not open your sample file maybe thats where the mix up is coming from.
In my smaple sheet, when i put a room number as 3, it fills the data in row 2, room number 4, fills data in row 4.
Maybe you could explain again.
You ate definitely right about the value in D15, pasted in ahurry.
I agree with your suggestion on not using VBA, i only wanted to see how it could be done with it. Are you familiar with ACL(Audit command language). Performing a similar task must be done with a script, so i only wanted to see...
If I understand you correctly,you want every cell in that range to be equal the minimum in that range.
You can write in colum B: =min($A$1:$A$5)
Let me know if this meets your needs
Sample data would have been good. You said sum the corresponding cell in that row, sum it to what please?
Try using a sumif if you just need an overall sum.
=sumif(S1:S31,"JOHN BLUE",A1:A31)
Please let me know if this meets ur needs
See the spreadsheet in the link below.
I want to do a running balance for each account.
When the account changes, the sum is reset and continues to sum up till it gets to the next change in account.
the link is...
HI Narayan,
You are simply amazing.
It works except when there's a tie which is good itself
I have not been able to wrap my head around the magic going on there so if you could break the formula down a bit, that would be fine.