Hello,
Is there a formula that will allow me to calculate the cells to show 1-25, 26-50, 51-75, 76-100?
Cell A1 I would input 1-25
I can put in a formula where Cell B1 would show 26-50, then 51-75 ...
Thank you~!
Hello,
Is there a formula that will allow me to calculate the cells to show 1-25, 26-50, 51-75, 76-100?
Cell A1 I would input 1-25
I can put in a formula where Cell B1 would show 26-50, then 51-75 ...
Thank you~!
You can use this formula in B1:
=LEFT(A1,FIND("-",A1)-1)+25 & "-" & RIGHT(A1,LEN(A1)-FIND("-",A1))+25
then copy it across as far as you need to.
Hope this helps.
Pete
also:
![]()
Please Login or Register to view this content.
Ben Van Johnson
You guys are geniuses thanks!!
If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
Ali
Enthusiastic self-taught user of MS Excel who's always learning!
Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.
NB: as a Moderator, I never accept friendship requests.
Forum Rules (updated August 2023): please read them here.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks