필터 지우기
필터 지우기

Read all Excel cells between two strings

조회 수: 1 (최근 30일)
mark
mark 2022년 7월 10일
댓글: dpb 2022년 7월 10일
Hi,
I have an Excel sheet which contains 4 sheets and in each of these sheets, there are 3 occasions where the words 'Interval 1' and 'Interval 2' appear (each of them is in it's own cell). I would like to write a code that finds these two words/strings and reads in all of the cells inbetween these two strings (the two strings and the data inbetween them are all on the same row in the excel sheet) and store the end result in a 4x3 cell array, where each cell in this array contains all of the data inbetween these two strings. I'm very puzzled on how to approach this (maybe use strcmp?). Any help would be very appreciated!
Thank you
  댓글 수: 1
dpb
dpb 2022년 7월 10일
Read the full sheets as string arrays and use the fancy new extractBetween function sounds like the meal ticket.
But, you'll have a lot more success in somebody writing some directly applicable code if you attach one of the files...

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

태그

제품


릴리스

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by