Syntax Question

  • Thread starter Thread starter DM
  • Start date Start date
D

DM

Hello,

The formulas below are all dependant on an entry being in
column (H)...The formulas them selves are in columns B-G I
want to modify each formulas to say if H is blank then
remain blank...can anyone help me?

Thanx

=VLOOKUP(MONTH(A232),LookUp!$A$13:$B$24,2,FALSE)
=VLOOKUP(WEEKDAY(A232),LookUp!$A$3:$B$9,2,FALSE)
=DAY(A232)
=YEAR(A232)
=WEEKNUM(A232)-WEEKNUM(DATEVALUE(MONTH(A232)&"/1/"&YEAR
(A232)))+1
=WEEKNUM(A232)
 
Thanx...worked like a charm...

Thanx again
-----Original Message-----
Hi
you could use a formula such as
=IF(H232="","",your_existing_formula)

--
Regards
Frank Kabel
Frankfurt, Germany


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top