Thread: Base amount
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Nicola H. Nicola H. is offline
external usenet poster
 
Posts: 5
Default Base amount

I am tring to find the base amount and this is the formula I am
currently using =MIN(B4:B15)*12

However now it needs to reflect (B4:B15)*12 and (C4:C15)*12 do I just
add them so he formula would be =MIN((B4:B15)*12+(C4:C15)*12)