pulling data from changing cells

Athlumneyabbey

New Member
Joined
Mar 7, 2024
Messages
5
Office Version
  1. 2016
Platform
  1. Windows
I am hoping someone can help me

data in column P (P5:P35) all contains time in the format 00:00:00
I have put a conditional format in place to background fill, bold and italic if the data is longest time in column.

the data is input to this column on a daily basis and so the affected cell may change, dependent on data input

I would like cell P37 to auto populate with the data from whichever cell is in bold/italic/background filled (or all three) but don't know how to write the formula for this
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Why not base this on the value rather than the cf? As in p37 is =Max(P5:P35) ?
That assumes the values are not formatted as text, or at least if they are text, they are recognizable as numbers.
 
Upvote 0
Solution
Why not base this on the value rather than the cf? As in p37 is =Max(P5:P35) ?
That assumes the values are not formatted as text, or at least if they are text, they are recognizable as numbers.
Thank you so much - this worked perfectly

I really appreciate your help
 
Upvote 0
Glad I could help & thanks for the recognition.
 
Upvote 0

Forum statistics

Threads
1,215,084
Messages
6,123,029
Members
449,092
Latest member
ikke

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