Thread: 2 FORMULA IN 1
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
puiuluipui puiuluipui is offline
external usenet poster
 
Posts: 468
Default 2 FORMULA IN 1

Hy, i need this two formulas toghether...can it be done?

First formula show me :yes: or "no", and the second formula show me
"monday", "friday"...etc
I would like the formula to show me something like this:

yes/monday
or
no/friday
no/tuesday
....etc

THIS FORMULA IS IN "H6"

=IF(OR(E6="";ISNA(VLOOKUP(C6;PLANNING!B:C;2;FALSE) ));"";IF(VLOOKUP(C6;PLANNING!B:C;2;FALSE)=TEXT(E6; "dddd");"YES";"NO"))

THIS FORMULA IS IN "J6"

=IF(E6="";"";TEXT(E6;"dddd"))



But i would like this combined formulas in cell "H6"

thanks in advance