Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Auto Fill fomulas

I need to know if there is a formula that will automatically fill a cell if
there is data present in another cell. Example if E9 has a number in it then
F9 should be "Y" and if not then it should be "N".
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8,520
Default Auto Fill fomulas

Try this in F9

=IF(E9="","N","Y")

If this post helps click Yes
---------------
Jacob Skaria


"starvingelectric" wrote:

I need to know if there is a formula that will automatically fill a cell if
there is data present in another cell. Example if E9 has a number in it then
F9 should be "Y" and if not then it should be "N".

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 99
Default Auto Fill fomulas

On 1 mei, 14:11, Jacob Skaria
wrote:
Try this in F9

=IF(E9="","N","Y")

If this post helps click Yes
---------------
Jacob Skaria



"starvingelectric" wrote:
I need to know if there is a formula that will automatically fill a cell if
there is data present in another cell. *Example if E9 has a number in it then
F9 should be "Y" and if not then it should be "N".- Tekst uit oorspronkelijk bericht niet weergeven -


- Tekst uit oorspronkelijk bericht weergeven -


Or try this for F9:

=IF(ISNUMBER(E9),"N","Y")

HTH,

WouterHM

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
Adding $ to fomulas Neil Boycott Excel Discussion (Misc queries) 2 October 14th 08 12:08 PM
Auto-populate, Auto-copy or Auto-fill? Jay S. Excel Worksheet Functions 4 August 10th 07 09:04 PM
some excel fomulas don't update, even if I hit F9, auto calc = on BJG2005 Excel Discussion (Misc queries) 2 July 17th 06 05:51 PM
using auto fill edit or fill handel fill handle or auto fill Excel Worksheet Functions 0 February 10th 06 07:01 PM
auto filter and auto fill stelios Excel Programming 0 January 7th 04 11:24 AM


All times are GMT +1. The time now is 11:43 AM.

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"