Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Bonnie
 
Posts: n/a
Default IF statement when formula result is blank

I am trying to use the conditional formula:
=IF(F7="",D7,F7) where F7 is a vlookup formula that returns a general value

If the result of the vlookup is a blank cell, how do I reference that
vlookup result in order for the IF statement to return D7?

Thanks!
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

That should work as is.

Try

=IF(TRIM(F7)="",D7,F7)

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Bonnie" wrote in message
...
I am trying to use the conditional formula:
=IF(F7="",D7,F7) where F7 is a vlookup formula that returns a general

value

If the result of the vlookup is a blank cell, how do I reference that
vlookup result in order for the IF statement to return D7?

Thanks!



  #3   Report Post  
ilanr01
 
Posts: n/a
Default


Bonnie Wrote:
I am trying to use the conditional formula:
=IF(F7="",D7,F7) where F7 is a vlookup formula that returns a general
value

If the result of the vlookup is a blank cell, how do I reference that
vlookup result in order for the IF statement to return D7?

Thanks!


Try =IF(isblank(F7)="",D7,F7)
Ilan


--
ilanr01
------------------------------------------------------------------------
ilanr01's Profile: http://www.excelforum.com/member.php...o&userid=26797
View this thread: http://www.excelforum.com/showthread...hreadid=401158

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
Do I need a sumif or sum of a vlookup formula? PeterB Excel Worksheet Functions 0 June 1st 05 12:23 PM
Formula shown as a formula rather than it's result Tosca Excel Worksheet Functions 6 May 19th 05 03:39 AM
simple formula with blank cells Brian Excel Worksheet Functions 1 April 1st 05 04:41 AM
Spellnumber Norman Jones Excel Worksheet Functions 6 December 13th 04 07:21 AM
Help with formula to make cell blank Inspector Excel Worksheet Functions 5 November 18th 04 08:15 PM


All times are GMT +1. The time now is 06:54 PM.

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

About Us

"It's about Microsoft Excel"