Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,718
Default Selecting occupied cell over empty ones

=IF(ISBLANK(C28),"Choose ONE",C28)
drag the Fill handle to copy


"Rich" wrote:

I am trying to write a formula that will allow automatically run a
calculation from the occupied cell over the empty ones. The idea is if the
payment is by the month, you would use this cell and formula, if quarterly,
then use this cell and formula, and if yearly use this cell and formula.
=IF(ISBLANK(C28),"Choose ONE",(C28/1)) will work for the first cell. How do
I get the other two?

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Selecting occupied cell over empty ones

Try this in say F28:
=IF(AND(C28="",D28="",E28<""),E28/12,IF(AND(C28="",D28<"",E28=""),D28/3,IF(AND(C28<"",D28="",E28=""),C28,"Input
only one value in either C28, D28 or E28. In C28 for monthly payments, in D28
for quarterly payments, in E28 for annual payments")))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Rich" wrote:
Ok maybe better description is needed... If I enter 100 in cell C28 then the
formula C28/1 will perform(Answer 100). If I enter a number, say 300, in D28
then D28/3 will perform(Answer 100) or if I enter a number, say 1000, in E28
then E28/12 will perform (answer 83.333)

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
Selecting occupied cell over empty ones Rich Excel Discussion (Misc queries) 0 March 28th 07 12:05 AM
selecting next empty cell ASU Excel Discussion (Misc queries) 9 September 18th 06 02:36 PM
Excel, how to count every 4th cell in column to see if occupied? Ashley Excel Worksheet Functions 4 July 19th 06 07:27 PM
Shade a cell on one wrksht if another wrksht cell is occupied Clark Excel Worksheet Functions 6 May 22nd 06 06:36 PM
Automatically selecting the next empty row Alec H Excel Discussion (Misc queries) 2 March 1st 06 09:21 AM


All times are GMT +1. The time now is 05: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"