ContributionsMost RecentMost LikesSolutionsTwo spaces between FName and LName Is there a formula that I can remove one space? Ex: Kathy Benjamin to Kathy Benjamin Thank you Th Re: Date/Time format Not exporting, its just a display that i need. Do you know the formula to use? Date/Time format Is it possible in quickbase to have a field display date/time like this - 02/20/2025 10:24:53 AM? The closes I can get is 2/20/2025 10:24 and it cuts off the seconds and AM/PM. Color a mulit-line text based on another field (mulitple choice) response. Hello, I'm trying to find a way to color the text that is in a multi line text field based on another field (Multiple choice). If ([Mulitple Choice]="No",[Multi Line],color yellow) Any suggestions would be greatly appreciated. Thank you Re: Add 1 day to date formula THANK YOU! Re: Add 1 day to date formula This formula worked. I am now being asked to add to the formula: RX Type = RX with Benefit Changes. I tried with this and it did not work. Any suggestions? If([REPORT: RX Type Description]="RX With Benefit Changes",and [REPORT: Rx Trigger Date] > [Report: RX Ready Date], [REPORT: Rx Trigger Date] + Days(1), [Report: RX Ready Date]) Add 1 day to date formula Hello, I need help with writing a formula to add a day to a date formula. If([RX Trigger]<[RX Ready Date] add 1 day to the RX Trigger date to be the new RX Ready date. Ex: RX Trigger 10/30/2024 and RX Date 10/29/2024. Result needs to be RX Ready Date 10/31/2024. Thank you Kathy Benjamin SolvedRe: Formula help for Multi Select Text Thank you, worked perfectly! Formula help for Multi Select Text Hi, I'm looking for help with a formula to display a field that is a Multi Select Test field and if blank display another Multi Select Text field. Example: If [LG Audit] is blank display [Out of Scope]. Is this possible? Thank you in advance. Re: Formula using Contain Thank you!