How to find same value in one cell, but then copy value from another cell

affee

New Member
Joined
Nov 23, 2022
Messages
2
Office Version
  1. 2013
Platform
  1. Windows
Hi all,

I like to pick your brains as my brains cant get around this problem.

I like my formula to work out the following.

I have a task in cell A2, I have a date of when the task was done in B2. Simple to start, but when going forward, I sometimes have to repeat the same task in A2 and write the date of the repeat task next to task done. My C2 cell should show if the task was done again and what date. Otherwise return false. As example below

TasksdateRe-done?
task 1
01/01/2022​
04/01/2022​
task 2
02/01/2022​
FALSE​
task 3
03/01/2022​
06/01/2022​
task 1
04/01/2022​
FALSE​
task 4
05/01/2022​
FALSE​
task 3
06/01/2022​
FALSE​

Task 1 was done on 01/01/2022 and done again 04/01/2022. At the moment I am scrolling down to see when it was done and put date manually. Can anyone create an automated formula that can pick up same task from Cell A and copy the date next to that cell into cell C.

Thanks in advance
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Hi & welcome to MrExcel.
How about
Fluff.xlsm
ABC
1TasksdateRe-done?
2task 101/01/202201/04/2022
3task 201/02/2022FALSE
4task 301/03/202201/06/2022
5task 101/04/2022FALSE
6task 401/05/2022FALSE
7task 301/06/2022FALSE
Lists
Cell Formulas
RangeFormula
C2:C7C2=IFNA(INDEX(B3:B100,MATCH(A2,A3:A100,0)),FALSE)
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,644
Messages
6,120,709
Members
448,983
Latest member
Joaquim_Baptista

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