|
| ||||||||||
| Tags: microsoft excel, microsoft office, office application, spreadsheet |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to set to leave blank value when there is no Data from Formula
|
|
#2
| |||
| |||
| Re: How to set to leave blank value when there is no Data from Formula
Assuming the case is that sometimes you have E,F, and G with no data, this formula should help: =IF(COUNTA(E2:G2)>0;(E2+F2-G2);" "). |
|
#3
| |||
| |||
| Re: How to set to leave blank value when there is no Data from Formula
If tried to enter the formula in column H and I get an error message that it contains a typo, won't except it. So I tried =IF(COUNT(E2:G2)>0,E2+F2-G2,""). Try using commas instead of the semicolons: =IF(COUNTA(E2:G2)>0,E2+F2-G2,"") I removed the ()'s from the E2+F2-G2 portion and I removed the space from the final string. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to set to leave blank value when there is no Data from Formula" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to normalize a data formula in Microsoft Excel | Purujeet | MS Office Support | 2 | 16-02-2012 07:01 PM |
| How to ignore blank cell in a range while using Data Validation | Nicoloid | MS Office Support | 2 | 16-02-2012 06:13 PM |
| Formula for tracking annual leave in Microsoft Excel | Kungfu Pandey | MS Office Support | 1 | 14-01-2012 04:29 PM |
| successful burn, but no data, still blank disc | rohith | Hardware Peripherals | 18 | 11-06-2011 12:50 PM |
| How to define formula to Remove characters from text and leave numbers | Recko | Software Development | 2 | 09-06-2009 11:45 AM |