Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 27
Default Display if cell contains data

I need to display an image file name in a column if a range of adjacent cells
contain data as this example: If the adjacent cells are blank, I don't want
to display the image file name.
Is there a function to do this?
Red White Black Image
white colours.jpg
red colours.jpg

red white back colours.jpg

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Display if cell contains data

=IF(COUNTA(A2:C2)0,"colors.jpg","")

Vaya con Dios,
Chuck, CABGx3




"Excel Helps" wrote:

I need to display an image file name in a column if a range of adjacent cells
contain data as this example: If the adjacent cells are blank, I don't want
to display the image file name.
Is there a function to do this?
Red White Black Image
white colours.jpg
red colours.jpg

red white back colours.jpg

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Display if cell contains data

=IF(COUNTA(A2:C2)0,"colours.jpg","")


"Excel Helps" wrote:

I need to display an image file name in a column if a range of adjacent cells
contain data as this example: If the adjacent cells are blank, I don't want
to display the image file name.
Is there a function to do this?
Red White Black Image
white colours.jpg
red colours.jpg

red white back colours.jpg

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 27
Default Display if cell contains data

Fantastic.
Thank you

"CLR" wrote:

=IF(COUNTA(A2:C2)0,"colors.jpg","")

Vaya con Dios,
Chuck, CABGx3




"Excel Helps" wrote:

I need to display an image file name in a column if a range of adjacent cells
contain data as this example: If the adjacent cells are blank, I don't want
to display the image file name.
Is there a function to do this?
Red White Black Image
white colours.jpg
red colours.jpg

red white back colours.jpg

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Display if cell contains data

Happy to help..............thanks for the feedback...........

Vaya con Dios,
Chuck, CABGx3



"Excel Helps" wrote:

Fantastic.
Thank you

"CLR" wrote:

=IF(COUNTA(A2:C2)0,"colors.jpg","")

Vaya con Dios,
Chuck, CABGx3




"Excel Helps" wrote:

I need to display an image file name in a column if a range of adjacent cells
contain data as this example: If the adjacent cells are blank, I don't want
to display the image file name.
Is there a function to do this?
Red White Black Image
white colours.jpg
red colours.jpg

red white back colours.jpg

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
find last cell in range with data, display cell address sevi61 Excel Worksheet Functions 14 October 29th 07 08:36 PM
How to have cell data display in header Excel novice Excel Discussion (Misc queries) 1 October 2nd 06 06:22 PM
excel cell data won't display on monitor Brad Excel Discussion (Misc queries) 6 July 10th 06 11:31 PM
pivot table data display in cell sherobot Excel Discussion (Misc queries) 1 June 3rd 06 01:43 AM
format cell data to display stacked data dkay10 Excel Discussion (Misc queries) 1 January 17th 05 02:20 AM


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