Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I would like to display the total hours worked for the year but not more than
the estimated hours. What kind of formula would I use? |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Use MIN
=MIN(est,total) will return total if less than estimate else est will be retruned -- Regards, Peo Sjoblom "ED" wrote in message ... I would like to display the total hours worked for the year but not more than the estimated hours. What kind of formula would I use? |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Total hours in A20
Estimated hours in B20 =MIN(A20,B20) -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "ED" wrote in message ... I would like to display the total hours worked for the year but not more than the estimated hours. What kind of formula would I use? |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Thank you very much.
"RagDyeR" wrote: Total hours in A20 Estimated hours in B20 =MIN(A20,B20) -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "ED" wrote in message ... I would like to display the total hours worked for the year but not more than the estimated hours. What kind of formula would I use? |
#5
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
That formula worked. Thank you. But now I have to complete this formula
only if a certain cell is filled out. How would I do that. "ED" wrote: I would like to display the total hours worked for the year but not more than the estimated hours. What kind of formula would I use? |
#6
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=IF(cell<"",formula,"")
-- Regards, Peo Sjoblom "ED" wrote in message ... That formula worked. Thank you. But now I have to complete this formula only if a certain cell is filled out. How would I do that. "ED" wrote: I would like to display the total hours worked for the year but not more than the estimated hours. What kind of formula would I use? |
#7
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
It didnt' work. What I entered is
=IF(X18<"",MIN(S18,C18),"") "ED" wrote: I would like to display the total hours worked for the year but not more than the estimated hours. What kind of formula would I use? |
#8
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
The formula I posted checks if the cell (X18) is not blank, if not blank it
will return the MIN formula if blank it will return blank. What does X18 contain? Check with =LEN(X18) -- Regards, Peo Sjoblom "ED" wrote in message ... It didnt' work. What I entered is =IF(X18<"",MIN(S18,C18),"") "ED" wrote: I would like to display the total hours worked for the year but not more than the estimated hours. What kind of formula would I use? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hide formula | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
IF & VLOOKUP FORMULA | Excel Worksheet Functions | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) | |||
Help with macro formula and variable | Excel Worksheet Functions |