Needing to concatenate between cells that change daily. I want to be able to automate this vs manual

Posted by Harold on Super User See other posts from Super User or by Harold
Published on 2010-03-12T16:51:59Z Indexed on 2010/03/12 16:57 UTC
Read the original article Hit count: 210

Filed under:
|

I use concatenate to pull data together from different cells in my spreadsheet. Since my data changes daily, I want the formula to also change daily without having to manually input the new cell in the concatenate formula. I am looking for a way to do this but not sure how. Can anyone out there help me out please!? I appreciate the assistance in advance!

Maybe this will help to explain what I need. I have a row of data from D4:AH4 that I insert daily based on the new day. When I use the concatenate and us the following formula: =CONCATENATE(TEXT('Raw Data'!B4,"m/d")," ",TEXT('Raw Data'!C4,"")," ",TEXT('Raw Data'!E4,"0.0%"))... E4 being the cell that changes daily where next day would be F4, G4, etc... All other parts of the formula will stay the same. I hope this helps! Thanks! :)

© Super User or respective owner

Related posts about excel

Related posts about beginner