Excel Formula

chrono2483

Board Regular
Joined
Aug 23, 2014
Messages
164
Office Version
  1. 2016
Is there such a formula, that will search a column for a particular word or value - find the first occurance of it, then incorporate the offset formula to return values 3 cells to its left? Then, in another cell, a similar formula to look for the same work/value in the same column, but skip the first one, and return the values 3 cells to its left? Then again in another cell, a formula that would skip the first 2 occurances of the word/value and return the values 3 cells to its left?

in total, 3 formulas - skipping the word/value of the one before it.
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Hi, like this?

Excel 2013
ABCDEFGH
1word/valueother_1other_2result
2this2.5512.519this2.5193.5274.581
3this3.3863.527that7.4188.20710.749
4this4.7084.58125.1026.7339.57
525.8665.102
626.3076.733
7that7.6007.418
8that8.4068.207
929.7099.570
10that10.93710.749
chrono2483
Cell Formulas
RangeFormula
F2{=IF(COLUMNS($F2:F2)>COUNTIF($A:$A,$E2),"",INDEX($C:$C,SMALL(IF($A$2:$A$10=$E2,ROW(A$2:A$10)),COLUMNS($F2:F2))))}
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Last edited:
Upvote 0
Hi Cyrilbrd,

My Sheet looks more like this:

ABCDEFGH
I
J
K
L
M
N
1

Tim
Jane
2
1st SignOff
2nd SignOff
3rd SignOff

Sch. From
Sch. To
Actual From
Actual To
Sch Activity
Activity
Sch. From
Sch. To
Actual From
Actual To
Sch Activity
Activity
3Tim
=H4
=H6
=H8

1:45
3:15
Open
11:00
12:21
Open

4Jane
=H4
=H6
=H8

3:53
4:07
SignOff
1:08
1:23
SignOff
5Holly

3:30
5:00
Open

12:45
2:15
Open

6Bart

6:58
7:26
SignOff
4:31
5:01
SignOff
7John

7:15
9:45
Open

4:30
6:35
Open

8Peter

8:30
8:44
SignOff
5:56
6:10
SignOff
9Robert

6:35
6:48
SignOff
10

<tbody>
</tbody>


I am intending to use the formulas in range B3:D9. The rows of data from Col F onwards may vary. While the columns will be in the same place/order, the data of rows can/will change. I want to be able to recognize the name in Col A, and search F1:N1 for the name. Once matched, search that range of data for the required info for B3:D9.

Thank you
 
Upvote 0

Forum statistics

Threads
1,217,384
Messages
6,136,274
Members
450,001
Latest member
KWeekley08

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top