문제

I'm building a spreadsheet with formulas in Google Drive (although Excel would work too). And I have a calculated field that gives gives me a number of days until a project is complete (ex. 128).

I want to know, given that number, what date that is.

So Essentially, what date is 128 days from now (or whatever the number calculates out to).

Researching, I'm assuming I need to use the NetworkDays function, however, I can't figure out how to make it work when I don't have a start and an end date.

Is this possible?

도움이 되었습니까?

해결책

=TODAY()+128

Where 128 is the number of days beyond today you want.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top