Isnumber funtion

uswyne

Board Regular
Joined
Jul 27, 2017
Messages
78
Office Version
  1. 2019
  2. 2016
  3. 2013
  4. 2010
Platform
  1. Windows
DateAmountPaid Date
1/1/181000I want the B column figure in this cell when I entered date in A1.

<tbody>
</tbody>
Please help
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Maybe:
Code:
=IF(ISNUMBER(A1),B1,"")


Thanks for your prompt reply.
Its working but disturbing in other cell calculation.

DateAmountPaid amountOutstanding Balanceformula use in D column
10001000=iferror(B3-C3,"")
1/1/1810001000--=iferror(B3-C3,"")

<tbody>
</tbody>
but when i used formula given by you it works in Coloumn C but coloumn D shows blank and this effect to calculate my total outstanding amount.

kindly look into this matter.

thanks
****** id="cke_pastebin" style="position: absolute; top: 159.815px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">
=iferror(B1-B2,""

<tbody>
</tbody>
</body>
 
Upvote 0
A SumIfs formula returns ordinarily a number, not an error, unless the sum range consists solely of error values.
 
Upvote 0

Forum statistics

Threads
1,215,635
Messages
6,125,945
Members
449,275
Latest member
jacob_mcbride

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top