Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Frank,
Am Mon, 21 Oct 2013 13:29:51 +0100 schrieb frankjh19701: =INDEX('Sheet1'!D$2:D$192, MATCH(A29,'Sheet1'!C$2:C$178,0)) the formula then is very long :-( =IF(INDEX(Sheet1!D$2:D$192, MATCH(A29,Sheet1!C$2:C$178,0))=0,"",INDEX(Sheet1!D $2:D$192, MATCH(A29,Sheet1!C$2:C$178,0))) But you could avoid the showing of 0 by using custom numberformat e.g. #,##0.00;-#,##0.00; Or you use Conditional Formatting: If cell value = 0 font color is white Regards Claus B. -- Win XP PRof SP2 / Vista Ultimate SP2 Office 2003 SP2 /2007 Ultimate SP2 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to merge two sheets | Excel Discussion (Misc queries) | |||
Can I merge data in 2 sheets matching rows of data by last name? | Excel Discussion (Misc queries) | |||
I have 100 excel sheets how can I merge all data into one sheet | Excel Worksheet Functions | |||
merge data from many sheets to one | Excel Worksheet Functions | |||
is there an easy way to merge data/information on several sheets . | Excel Discussion (Misc queries) |