Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 318
Default if function and another cell value

Hello my formula is =if(O80,="Commercial","Contact+ N80",false) . This
is what I need if cell O80= commercial ,then Contact (here goes the name of
the person that is in cell N80. thanks in advance

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default if function and another cell value

=IF(O80="Commercial","Contact" & N80,FALSE)
--
If this post helps click Yes
---------------
Jacob Skaria


"Wanna Learn" wrote:

Hello my formula is =if(O80,="Commercial","Contact+ N80",false) . This
is what I need if cell O80= commercial ,then Contact (here goes the name of
the person that is in cell N80. thanks in advance

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default if function and another cell value

You were very close:

=IF(O80="Commercial","Contact " & N80,FALSE)



--
Gary''s Student - gsnu200851


"Wanna Learn" wrote:

Hello my formula is =if(O80,="Commercial","Contact+ N80",false) . This
is what I need if cell O80= commercial ,then Contact (here goes the name of
the person that is in cell N80. thanks in advance

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default if function and another cell value

Hi,

Try this

=IF(O80="Commercial","Contact+ "&N80,FALSE)

Mike

"Wanna Learn" wrote:

Hello my formula is =if(O80,="Commercial","Contact+ N80",false) . This
is what I need if cell O80= commercial ,then Contact (here goes the name of
the person that is in cell N80. 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
ISBLANK function not working when cell is blank dut to function re mcmilja Excel Discussion (Misc queries) 9 May 7th 23 03:43 AM
I want result of a function in the cell and not the function itsel Rana Excel Worksheet Functions 4 July 2nd 07 06:20 AM
cell displays function not value of function Gina Excel Worksheet Functions 2 November 10th 06 05:26 PM
Can function in one cell change value or function in another cell? me Excel Worksheet Functions 4 February 27th 06 01:04 PM
Hiding a function value in a cell until function used Paul Smithson Excel Worksheet Functions 1 February 25th 05 06:19 PM


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