Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi List,
Here is what I am looking for: Column A Column B Column C Row 1 1000 Blank(hasF) 100% Row 2 Blank(hasF) Blank(hasF) --- Row 3 100 10 (100-10)/100% if Column A has number, Column B is blank, Column C shows 100%; if both blank shows '---'; if both have numbers, do the calculation (ColA - ColB)/ColC. i tried to use isblank() function to see whether the cell is blank, since there is formula, the isBlank function didn't work. I tried to use trim(), len() = 0, all didn't work. can some help? Thank you. |