Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default I want a non-blank cell to return 25% in an adjacent cell.

Spreadsheet keeps track of steps to be completed in a phase of a project. As
each step is complete I want the system to return the % that step worth (1
out of 4 = 25%). I will total each % of each step complete to give me a
total of the phase completed. How do I create a formula for each step of the
phase that will return the %? I thought this should be as simple as saying:

IF C5 is not blank, return 25% (in cell D5). Please help.

Thank-you.
  #2   Report Post  
Posted to microsoft.public.excel.programming
tim tim is offline
external usenet poster
 
Posts: 105
Default I want a non-blank cell to return 25% in an adjacent cell.


=(COUNTA(A1:D1))*0.25

where A1:D1 is your range of cells where the steps
completed are entered. This formula just counts non-
blank cell and multiplies that number by .25.

Let me know if this helps.



-----Original Message-----
Spreadsheet keeps track of steps to be completed in a

phase of a project. As
each step is complete I want the system to return the %

that step worth (1
out of 4 = 25%). I will total each % of each step

complete to give me a
total of the phase completed. How do I create a formula

for each step of the
phase that will return the %? I thought this should be

as simple as saying:

IF C5 is not blank, return 25% (in cell D5). Please

help.

Thank-you.
.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default I want a non-blank cell to return 25% in an adjacent cell.

it is

=if(C5="","",25%)

--
Regards,
Tom Ogilvy

"mlatkovich" wrote in message
...
Spreadsheet keeps track of steps to be completed in a phase of a project.

As
each step is complete I want the system to return the % that step worth (1
out of 4 = 25%). I will total each % of each step complete to give me a
total of the phase completed. How do I create a formula for each step of

the
phase that will return the %? I thought this should be as simple as

saying:

IF C5 is not blank, return 25% (in cell D5). Please help.

Thank-you.



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default I want a non-blank cell to return 25% in an adjacent cell.

That's it! Thank-you!

"Tim" wrote:


=(COUNTA(A1:D1))*0.25

where A1:D1 is your range of cells where the steps
completed are entered. This formula just counts non-
blank cell and multiplies that number by .25.

Let me know if this helps.



-----Original Message-----
Spreadsheet keeps track of steps to be completed in a

phase of a project. As
each step is complete I want the system to return the %

that step worth (1
out of 4 = 25%). I will total each % of each step

complete to give me a
total of the phase completed. How do I create a formula

for each step of the
phase that will return the %? I thought this should be

as simple as saying:

IF C5 is not blank, return 25% (in cell D5). Please

help.

Thank-you.
.


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default I want a non-blank cell to return 25% in an adjacent cell.

Great! I knew it was simple. It was the "Non-blank" that I kept getting
stuck on. It works. Thanks!

"Tom Ogilvy" wrote:

it is

=if(C5="","",25%)

--
Regards,
Tom Ogilvy

"mlatkovich" wrote in message
...
Spreadsheet keeps track of steps to be completed in a phase of a project.

As
each step is complete I want the system to return the % that step worth (1
out of 4 = 25%). I will total each % of each step complete to give me a
total of the phase completed. How do I create a formula for each step of

the
phase that will return the %? I thought this should be as simple as

saying:

IF C5 is not blank, return 25% (in cell D5). Please help.

Thank-you.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I return the value of an adjacent cell? Kun0 Excel Discussion (Misc queries) 2 November 26th 08 05:03 PM
check to see if a cell is blank if not populate adjacent cell wit. Frusterated Excel Discussion (Misc queries) 6 September 14th 07 10:55 PM
Can you calculate a cell name? and How to return a value from an adjacent cell? HK[_2_] Excel Worksheet Functions 4 February 14th 07 04:49 PM
Return value in adjacent cell TammyS Excel Worksheet Functions 5 August 30th 06 08:13 PM
return value in adjacent cell different workbook Don D Excel Worksheet Functions 4 May 2nd 06 11:37 PM


All times are GMT +1. The time now is 02:24 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"