Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
jmcclain
 
Posts: n/a
Default IF function help needed

I need to use an IF function to do the following:

If cell F1 is empty, then insert the value from E1
If cell F1 has any value, do nothing

Can someone assist with the proper syntax?

Thanks
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi

if you want this in say G1 the formula would be
=IF(ISBLANK(F1),E1,"")
or
=IF(F1="",E1,"")

Cheers
JulieD


"jmcclain" wrote in message
...
I need to use an IF function to do the following:

If cell F1 is empty, then insert the value from E1
If cell F1 has any value, do nothing

Can someone assist with the proper syntax?

Thanks



  #3   Report Post  
Jeff
 
Posts: n/a
Default

Insert this formula on E1
=IF(F1="",F1,"")



"jmcclain" wrote:

I need to use an IF function to do the following:

If cell F1 is empty, then insert the value from E1
If cell F1 has any value, do nothing

Can someone assist with the proper syntax?

Thanks

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
Trim function doesn't clean out ASCII Code 160 (Space) Ronald Dodge Excel Worksheet Functions 6 January 27th 05 03:48 AM
Formula to list unique values JaneC Excel Worksheet Functions 4 December 10th 04 12:25 AM
Urgent help needed: IF function Terence Excel Worksheet Functions 3 November 16th 04 02:29 AM
change function variable prompts?? thinkingfield Excel Worksheet Functions 1 November 8th 04 04:01 PM
Counting Function Dilemma Simon Lloyd Excel Worksheet Functions 0 November 8th 04 03:13 PM


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