Hi -
I am trying to use an if statement in combination with a networkdays statement. the if statment tells me whether to multiple by 8 (hours) for an external vendor versus 6 (hours) for an internal resource. I think the statement below is close, but not working. Any help is appreciated.
=IF(E6="External",(networkdays((h6,i6)*8),(networkdays((h6,i6)*6)))
Brandon
Last edited by bingo7; 09-24-2009 at 07:41 PM.
Maybe =NETWORKDAYS(H6, I6) * IF(E6="External", 8, 6)
Edit: I doubt it. What's in H6 and I6?
Microsoft MVP - Excel
Entia non sunt multiplicanda sine necessitate
You marked this Solved -- is it?
Microsoft MVP - Excel
Entia non sunt multiplicanda sine necessitate
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks