Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 211
Default IF Formula referring to 2 cells

Hello My formula is =IF(C7<"","","<--- REQUIRED FIELD"). what I want to
do is add another cell reference to the formula . In plain english if
either cell C7 or cell G7 is blank then "<---REQUIRED FIELD" if both cells
are not empty then nothing. thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default IF Formula referring to 2 cells

=IF(OR(C7="",G7=""),"<---REQUIRED FIELD","")

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Marilyn" wrote in message
...
Hello My formula is =IF(C7<"","","<--- REQUIRED FIELD"). what I want
to
do is add another cell reference to the formula . In plain english if
either cell C7 or cell G7 is blank then "<---REQUIRED FIELD" if both
cells
are not empty then nothing. thanks in advance


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
Referring to Cells PeterM Excel Discussion (Misc queries) 4 May 30th 08 02:37 PM
retaining formats when referring to cells Michaeld Excel Discussion (Misc queries) 4 August 25th 07 12:28 PM
Sort a list with cells referring to others cells Friis(DK) Excel Discussion (Misc queries) 6 February 24th 07 03:56 AM
Referring to Cells in a forumula using a function LRL Excel Worksheet Functions 2 November 4th 05 06:35 AM
referring to other cells with formulas ALex Excel Worksheet Functions 1 April 11th 05 05:14 PM


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