Color conditionning time format

djsouljah

New Member
Joined
Aug 22, 2011
Messages
16
Hi There!

Need your help plz..

I have 3 columns that have data in time HH:MM:SS format

I would like to use color conditioning on them..but it just won't work no matter what I try...

For example if the amount is between 00:00:40 and 00:00:50 the color should turn red.

PS: how to we attach files to this forum so u can take a look at the file? or does it have to be external link ?

Thanks for your help.
 
Last edited:
Your first post you asked

"PS: how to we attach files to this forum so u can take a look at the file? or does it have to be external link ?"

A file is too big to post but you can post part of a file as a table
 
Upvote 0

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Thank you guys! The issue is resolved! Great work!

I have something to ask though..as u may have noticed, some of the reseults are giving #NA..

How would I Make it display "absent" instead of "#NA" error?

an example with this formula would help:

=INDEX('YTD Stats'!$J$3:$J$20000,MATCH(Table1[Aspect ID]&'Week 2 Week Stats'!$A8,INDEX('YTD Stats'!$C$3:$C$20000&'YTD Stats'!$D$3:$D$20000,,),0))
 
Upvote 0
I tried this:

=IF(ISERROR(INDEX('YTD Stats'!$J$3:$J$20000,MATCH(Table1[Aspect ID]&'Week 2 Week Stats'!$A21,INDEX('YTD Stats'!$C$3:$C$20000&'YTD Stats'!$D$3:$D$20000,,),0)),""))

But it tells me that I have entered too many arguments for this function..

What am i doing wrong?
 
Upvote 0
Try ~

=IF(ISNA(INDEX('YTD Stats'!$J$3:$J$20000,MATCH(Table1[Aspect ID]&'Week 2 Week Stats'!$A8,INDEX('YTD Stats'!$C$3:$C$20000&'YTD Stats'!$D$3:$D$20000,,),0))),"absent",INDEX('YTD Stats'!$J$3:$J$20000,MATCH(Table1[Aspect ID]&'Week 2 Week Stats'!$A8,INDEX('YTD Stats'!$C$3:$C$20000&'YTD Stats'!$D$3:$D$20000,,),0)))
 
Upvote 0
When I gave the formula to give absent instead of #N/A I did not know that the formula had too many arguments.

Try to find in your formula where you are going wrong by using evaluate formula in the formulas menu.

I can't test as I don't have the sheets ~ info.
 
Upvote 0
I have played around and can find no fault in this formula

Save your sheet first then copy and paste this formula into cell C8

=IF(ISNA(INDEX('YTD Stats'!$J$3:$J$20000,MATCH(Table1[Aspect ID]&'Week 2 Week Stats'!$A8,INDEX('YTD Stats'!$C$3:$C$20000&'YTD Stats'!$D$3:$D$20000,,),0))),"absent",INDEX('YTD Stats'!$J$3:$J$20000,MATCH(Table1[Aspect ID]&'Week 2 Week Stats'!$A8,INDEX('YTD Stats'!$C$3:$C$20000&'YTD Stats'!$D$3:$D$20000,,),0)))

In your table1 select DAOUDI, NAJAT ~ now Cell C8 when calculated should now show absent.

Cheers
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,285
Members
452,902
Latest member
Knuddeluff

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