tinferns

Board Regular
Joined
Aug 18, 2009
Messages
150
Office Version
  1. 2019
  2. 2016
Platform
  1. Windows
Hi,
Need your help in obtaining the last updated cell in excel. Here I am grading salesman over 3 - 7 weeks (only 3 weeks shown here). Can we work out a formula that will give me result of the last updated week. I have given the expected answer. Please advise if you want me to attach an excel sheet example. Could not trace a way to attach here. I prefer a formula instead of a VBA code.

<colgroup><col><col><col span="22"></colgroup><tbody>
</tbody>
Week 1Week 2Week 3Current Status
Sales Man. Comments .Frequent
Absenteeism
Comm.
Skill
Attrition
probability
Behavioral
Concerns
Training
[Scalability]
Frequent
Absenteeism
Comm.
Skill
Attrition
probability
Behavioral
Concerns
Training
[Scalability]
Frequent
Absenteeism
Comm.
Skill
Attrition
probability
Behavioral
Concerns
Training
[Scalability]
Frequent
Absenteeism
Comm.
Skill
Attrition
probability
Behavioral
Concerns
Training
[Scalability]
NameFree textGRAGGAARAGRGAGG
Expected Answer: should be last update cell-:
G = Green RGAGG
A = Amber
R = Red


await your reply..

<colgroup><col><col><col span="22"></colgroup><tbody>
</tbody>
 
Perfecto Peter... it worked fine.. Thanks a zillion for all your help. Have a great day ahead.. Cheers...

You are on the right track but there are 3 issues
1. You need a $ sign in from of B3 to lock that to column B when you drag across.
2. You have a comma where you should have an = sign
3. You have the ,"" near the end in the wrong place

Try
{=IF($B3="Active",LOOKUP("Z",IF($C$2:$V$2=Y$2,$C3:$V3)),"")}
 
Upvote 0

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).

Forum statistics

Threads
1,214,670
Messages
6,120,831
Members
448,990
Latest member
rohitsomani

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