Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DJC0402
 
Posts: n/a
Default IF Function with equation and text

I am trying to set up an if function. I need the function to display if
acutual transit time is greater than estimated transit time. I need it to say
how days late a shipment is if it is late. I can set it up were it will give
me the number of days or for it to show "Late" but i can't it to say for
example: "3 days late". Can someone please explain to me how to do this.

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student
 
Posts: n/a
Default IF Function with equation and text

If the dates are in A1 and B1, then:


=IF(A1<B1,B1-A1 & " days late","")
--
Gary's Student


"DJC0402" wrote:

I am trying to set up an if function. I need the function to display if
acutual transit time is greater than estimated transit time. I need it to say
how days late a shipment is if it is late. I can set it up were it will give
me the number of days or for it to show "Late" but i can't it to say for
example: "3 days late". Can someone please explain to me how to do this.

Thanks!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I use Excel to solve an equation? titina Excel Worksheet Functions 4 April 11th 06 11:19 PM
VBA function for "Mean" using Array as argument ASokolik Excel Worksheet Functions 21 March 28th 06 10:05 PM
memory? Excel Equation Function / Cond. Formatting Dropout nastech Excel Discussion (Misc queries) 2 January 25th 06 04:29 AM
Equation in text string? hoising8 Excel Discussion (Misc queries) 3 July 28th 05 08:23 PM
Complex if and mid function. brookdale Excel Worksheet Functions 5 June 28th 05 07:52 PM


All times are GMT +1. The time now is 04:42 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"