IFS formula with TIME

Jewells0905

New Member
Joined
Mar 10, 2024
Messages
42
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
I am having issues getting this to generate, I was getting an error, but am now getting a NAME error. I am trying to generate labels (A,B,C,D) for a group of racers based on their completion time. There are four groups A, B, C, and D with times <=1:45:00, <= 2:00:00, <= 2:15:00, and > 2:15:00, respectively. The formula I am currently using is below. =IFS(C2TIME(1, 45, 0), "A", C2TIME(2, 0, 0), "B", C2TIME(2, 15, 0), "C", "TRUE", C2TIME(2, 15, 0), "D") the racers times are in column C. Any help is appreciated, please let me know if you need more info. I tried to upload a mini sheet and a photo but for some reason, it won't allow me to. Below is a snip of what I am attempting to solve

First NameLast NameTimeTime behind winnerGroupWinning timeAverage timeSlowest time
GeorgeAdams2:16:470:46:44#NAME?1:30:041:59:372:29:04
LuciaAdams1:51:520:21:481:30:041:59:372:29:04
ByronAlexander2:20:000:49:57
AudreyAlexander1:48:500:18:46
OliviaArmstrong2:16:120:46:09
CadieArmstrong1:39:480:09:44
ByronBailey2:03:360:33:33
WalterBaker2:19:220:49:18
LydiaBaker1:39:420:09:39
 
In the 2nd one remove the ( from before the 2nd & 3rd C4 & add a true part ate the end like the formula you posted.
Can you actually write out the full formula I’m stuck on the same question thank you
 
Upvote 0

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Hi & welcome to MrExcel.
As I said before, I don't use the IFS function as it is less efficient than using nested IF functions.
 
Upvote 0
Hi & welcome to MrExcel.
As I said before, I don't use the IFS function as it is less efficient than using nested IF functions.
Yes I’m aware of that. I just need more context on what you meant by the 2nd one remove the ( from before the 2nd & 3rd C4 & add a true part ate the end like the formula you posted.please and thank you
 
Upvote 0

Forum statistics

Threads
1,226,693
Messages
6,192,463
Members
453,725
Latest member
cvsdatreas

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